.github/lint: Fix export syntax.

This commit is contained in:
waddlesplash
2022-03-24 09:43:02 -04:00
committed by GitHub
parent 79cca1b70b
commit 7c0a20c461

View File

@@ -1,8 +1,8 @@
name: Lint
'on':
push:
branches:
- master
# push:
# branches:
# - master
pull_request:
branches:
- master
@@ -28,5 +28,5 @@ jobs:
wget https://github.com/waddlesplash/haiku-licenses/archive/master.zip && unzip master.zip
- name: 'Lint new recipes'
run: |
"PATH=$PATH:../haikuporter" && export PATH
export "PATH=$PATH:../haikuporter"
./lint-new-recipes.sh --config=haikuports.conf --licenses=haiku-licenses-master