Skip to content

Commit

Permalink
ci(frontend): also lint css
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Nov 25, 2024
1 parent 45e2baf commit bca3427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
target: [js, hbs]
target: [js, hbs, css]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bca3427

Please sign in to comment.