Skip to content

Commit

Permalink
Move Lint Files in GitHub Action to trunk check
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer committed Jan 9, 2024
1 parent 0889c67 commit d1a8b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Packages
run: npm install --force
- name: Lint Files
run: node Makefile lint
run: trunk check --ci
- name: Check Rule Files
run: node Makefile checkRuleFiles
- name: Check Licenses
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
with:
name: logs
path: |
wdio-logs/*.log
wdio-logs/*.log

0 comments on commit d1a8b71

Please sign in to comment.