This commit is contained in:
parent
6a78827382
commit
8f9ad308cf
1 changed files with 7 additions and 1 deletions
|
@ -17,5 +17,11 @@ jobs:
|
||||||
chmod +x biome
|
chmod +x biome
|
||||||
mv biome /usr/local/bin/biome
|
mv biome /usr/local/bin/biome
|
||||||
|
|
||||||
|
- name: Check Config existence
|
||||||
|
run: |
|
||||||
|
if [ ! -f biome.json ]; then
|
||||||
|
echo "biome.json not found"
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run Biome
|
- name: Run Biome
|
||||||
run: biome ci --config-path ./biome.json .
|
run: biome ci .
|
||||||
|
|
Loading…
Add table
Reference in a new issue