Skip to content

Commit

Permalink
Fix YML formatting, I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Mar 29, 2024
1 parent 8845644 commit 39e8ceb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/check_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Check out repo
uses: actions/checkout@v4

- name: Set up Node w/caching
uses: actions/setup-node@v4
with:
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: Set up Node w/caching
uses: actions/setup-node@v4
with:
cache: 'npm'
cache-dependency-path: 'package-lock.json'

- name: Install deps
run: npm install
- name: Install deps
run: npm install

- name: Run formatting check
run: npm run type-check
- name: Run formatting check
run: npm run type-check

0 comments on commit 39e8ceb

Please sign in to comment.