Skip to content

Commit

Permalink
made frontend lint run script multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
codyprupp committed Nov 1, 2023
1 parent c3d57d4 commit 8355316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run Frontend Linter
run:
run: |
cd houston
npm install
npm run lint

0 comments on commit 8355316

Please sign in to comment.