Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nxwireit #1386

Merged
merged 6 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.