Skip to content

Commit

Permalink
chore(ci): remove legacy nx steps
Browse files Browse the repository at this point in the history
  • Loading branch information
balzdur committed Jul 17, 2023
1 parent d7fc246 commit 75fb45e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ jobs:
actions: read
steps:
- uses: actions/checkout@v3
with:
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
fetch-depth: 0

- name: Set up Node
uses: actions/setup-node@v3
with:
node-version-file: '.tool-versions'
cache: 'npm'

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3

- run: npm ci

- run: npm run format:check
Expand Down

0 comments on commit 75fb45e

Please sign in to comment.