mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
.github/lint: Adjustments.
This commit is contained in:
19
.github/workflows/lint.yml
vendored
19
.github/workflows/lint.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
python-version:
|
||||
- '3.7'
|
||||
steps:
|
||||
@@ -21,14 +21,13 @@ jobs:
|
||||
with:
|
||||
python-version: '${{ matrix.python-version }}'
|
||||
- uses: actions/checkout@v2
|
||||
- run: >-
|
||||
- name: 'Set up HaikuPorter'
|
||||
run: >-
|
||||
cd .. && git clone https://github.com/haikuports/haikuporter.git --depth=1 && cd haikuports
|
||||
- run: 'PATH=$PATH:../haikuporter && export PATH'
|
||||
- run: >-
|
||||
'PATH=$PATH:../haikuporter && export PATH'
|
||||
printf 'TREE_PATH="'`pwd`'"\nPACKAGER="Nobody <server@fake>"\nTARGET_ARCHITECTURE="x86"\n' >haikuports.conf
|
||||
- run: >-
|
||||
wget https://github.com/waddlesplash/haiku-licenses/archive/master.zip
|
||||
&& unzip master.zip
|
||||
- run: >-
|
||||
./lint-new-recipes.sh --config=haikuports.conf
|
||||
--licenses=haiku-licenses-master
|
||||
wget https://github.com/waddlesplash/haiku-licenses/archive/master.zip && unzip master.zip
|
||||
- name: 'Lint new recipes'
|
||||
run: >-
|
||||
cd haikuports
|
||||
./lint-new-recipes.sh --config=haikuports.conf --licenses=haiku-licenses-master
|
||||
|
||||
Reference in New Issue
Block a user