Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-tennison committed Aug 23, 2024
1 parent f525351 commit 9003f67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,16 @@ jobs:
name: JS lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install --global prettier
npm install --global eslint
- name: wip
run: ls -la
run: |
ls -la
pwd
- name: Run Prettier check
run: prettier "." -c
Expand Down

0 comments on commit 9003f67

Please sign in to comment.