Skip to content

Commit

Permalink
Begin build workflow with linter
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed May 18, 2024
1 parent df2b35d commit d77730f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Lint Frontend
run: gradle npmLint
run: gradle npmInstall build npmLint
build:
runs-on: ubuntu-latest
needs: [lint]
Expand Down

0 comments on commit d77730f

Please sign in to comment.