mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
.github/lint: Fix export syntax.
This commit is contained in:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user