Skip to content

Commit

Permalink
nxwireit
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed May 8, 2024
1 parent db1d116 commit 6e35641
Show file tree
Hide file tree
Showing 58 changed files with 1,139 additions and 1,965 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ updates:
babel:
patterns:
- '@babel/*'
nx:
patterns:
- '@nx*'
- '@nrwl*'
- 'nx*'
eslint:
patterns:
- '*eslint*'
Expand Down Expand Up @@ -74,9 +69,6 @@ updates:
- '@storybook*'
- 'storybook'
- '@babel*'
- '@nx*'
- '@nrwl*'
- 'nx*'
- '*eslint*'
- '@rollup*'
- 'rollup'
Expand Down
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- any-glob-to-any-file: 'libs/@csnx/**/*'
🛠 workspace:
- changed-files:
- any-glob-to-any-file: ['nx.json', 'workspace.json', 'tools/**/*']
- any-glob-to-any-file: ['tools/**/*']

# individual npm packages
'@guardian/ab-core':
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
# generate changelogs with the correct commits
fetch-depth: 0

- uses: nrwl/nx-set-shas@v4
- uses: ./.github/actions/setup-node-env

- name: Version
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
# generate changelogs with the correct commits
fetch-depth: 0

- uses: nrwl/nx-set-shas@v4
- uses: ./.github/actions/setup-node-env

- run: pnpm nx run-many --target=build --all=true
- run: make build

# down to business...
- name: Use GitHub App Token
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:

- uses: ./.github/actions/setup-node-env

# This will just retrieve the output from Nx's build cache.
# It's simpler than using github actions cache.
- run: make build:storybooks

- uses: chromaui/action@v11
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
pull_request:
types: [opened, synchronize]

env:
# The `accessToken` in `nx.json` is a read-only token for use in dev.
# This overrides it with a read-write token so that CI run results are
# remotely cached.
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
validate:
runs-on: ubuntu-latest
Expand All @@ -30,7 +24,6 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v4
- uses: ./.github/actions/setup-node-env

- run: make ${{ matrix.task }}
Expand Down
2 changes: 0 additions & 2 deletions .nxignore

This file was deleted.

Loading

0 comments on commit 6e35641

Please sign in to comment.