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 c20908c commit cd3342a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ jobs:
node-version: "20.3.1"
- name: (Frontend) Install Packages
working-directory: ./
run: pwd; ls -llh; npm install;pwd; ls -llh;
# - name: Checkout
# uses: actions/checkout@v4
# - name: Setup Biome
# uses: biomejs/setup-biome@v1
# with:
# version: 1.4.1
# - name: Run Biome
# run: biome ci ./src; ls -llh; pwd
run: npm install
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v1
with:
version: 1.4.1
- name: Run Biome
run: 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 cd3342a

Please sign in to comment.