Skip to content

Commit a892232

Browse files
committed
ci: 🛠 use @jscutlery/devkit actions
1 parent aa203b9 commit a892232

File tree

4 files changed

+6
-78
lines changed

4 files changed

+6
-78
lines changed

.github/actions/release/action.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/actions/setup/action.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/nx-migrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup
15-
uses: ./.github/actions/setup
15+
uses: jscutlery/devkit/.github/actions/setup@main
1616

1717
- name: Check if @nrwl/workspace is outdated
1818
id: nrwl-workspace-outdated
@@ -76,7 +76,7 @@ jobs:
7676
# events triggered by the GITHUB_TOKEN will not create a new workflow run.
7777
# This prevents you from accidentally creating recursive workflow runs.""
7878
- name: Release
79-
uses: ./.github/actions/release
79+
uses: jscutlery/devkit/.github/actions/release@main
8080
with:
8181
github_token: ${{ secrets.GITHUB_TOKEN }}
8282
npm_token: ${{ secrets.NPM_TOKEN }}

.github/workflows/test-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup
18-
uses: ./.github/actions/setup
18+
uses: jscutlery/devkit/.github/actions/setup@main
1919
with:
2020
node_version: ${{ matrix.node_version }}
2121

2222
- name: Test
23-
uses: ./.github/actions/test
23+
uses: .github/actions/test
2424
with:
2525
codecov_token: ${{ secrets.CODECOV_TOKEN }}
2626

@@ -34,10 +34,10 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Setup
37-
uses: ./.github/actions/setup
37+
uses: jscutlery/devkit/.github/actions/setup@main
3838

3939
- name: Release
40-
uses: ./.github/actions/release
40+
uses: jscutlery/devkit/.github/actions/release@main
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)