Skip to content

Commit

Permalink
ci: update linter to use oldest not earliest
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <[email protected]>
  • Loading branch information
bnb committed Nov 8, 2024
1 parent e932305 commit 26bcef6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-oldest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "Test Suite: Linter (earliest)"
name: "Test Suite: Linter (oldest)"

on:
push:
pull_request:
paths:
- 'earliest/**'
- 'oldest/**'
branches:
- main
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: current
- name: Run npm install -w earliest
run: npm install -w earliest
- name: Run npm run lint -w earliest
run: npm run lint -w earliest
- name: Run npm install -w oldest
run: npm install -w oldest
- name: Run npm run lint -w oldest
run: npm run lint -w oldest

0 comments on commit 26bcef6

Please sign in to comment.