Skip to content

Commit

Permalink
chore: debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Dec 15, 2023
1 parent 677397c commit c63eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# with:
# version: 1.4.1
- name: Run Biome
run: biome ci ./src; ls -llh; pwd
run: node_modules/.bin/biome ci ./src; ls -llh; pwd
- name: (Frontend) Setup Config CMD Tools
working-directory: ./
run: ls -llh; chmod +x ./utils/bin/jq-linux; ./utils/bin/jq-linux -s '.[0] * .[1]' config/config.json config/config.ci.json > /tmp/config.json; cp /tmp/config.json ./config/config.json
Expand Down

0 comments on commit c63eaca

Please sign in to comment.