Skip to content

Commit

Permalink
Rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Mar 26, 2024
1 parent 4b59dd8 commit bbbcd72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Build frontend
working-directory: ./kitsune-fe
run: nix develop ..#frontend --command bash -c "yarn && yarn build"

lints:
name: Check lints
runs-on: ubuntu-latest
Expand All @@ -43,6 +47,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Build frontend
- name: Run linter
working-directory: ./kitsune-fe
run: nix develop ..#frontend --command bash -c "yarn && yarn lint"

0 comments on commit bbbcd72

Please sign in to comment.