Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 460a3ca

Browse files
authored
Delegate to 'gradle/actions/wrapper-validation' (#200)
Now that 'gradle/actions/wrapper-validation' has been released as v3.3.0, we remove this implementation and delegate via a composite action. Fixes #198
1 parent b5418f5 commit 460a3ca

32 files changed

+32
-39315
lines changed

.eslintignore

-3
This file was deleted.

.eslintrc.json

-54
This file was deleted.

.github/dependabot.yml

-11
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,3 @@ updates:
88
github-actions:
99
patterns:
1010
- "*"
11-
12-
- package-ecosystem: "npm"
13-
directory: "/"
14-
schedule:
15-
interval: "weekly"
16-
ignore:
17-
- dependency-name: "@types/node"
18-
groups:
19-
npm-dependencies:
20-
patterns:
21-
- "*"

.github/workflows/check-dist.yml

-51
This file was deleted.

.github/workflows/ci.yml

-42
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ on: # rebuild any PRs and main branch changes
77
- 'releases/*'
88

99
jobs:
10-
build: # make sure build/ci work properly
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
- name: Set up Node.js
15-
uses: actions/setup-node@v4
16-
with:
17-
node-version: 20
18-
cache: npm
19-
- name: Build and test
20-
run: |
21-
npm -v
22-
node -v
23-
npm clean-install
24-
npm run all
25-
2610

2711
# Integration test for successful validation of wrappers
2812
test-validation-success:
@@ -31,19 +15,6 @@ jobs:
3115
steps:
3216
- uses: actions/checkout@v4
3317

34-
- name: Set up Node.js
35-
uses: actions/setup-node@v4
36-
with:
37-
node-version: 20
38-
39-
- name: Build action (pull request)
40-
# Pull requests are not expected to update `dist/index.js` themselves; therefore build `dist/index.js`
41-
# here before running integration test
42-
if: github.event_name == 'pull_request'
43-
run: |
44-
npm clean-install
45-
npm run build
46-
4718
- name: Run wrapper-validation-action
4819
id: action-test
4920
uses: ./
@@ -71,19 +42,6 @@ jobs:
7142
steps:
7243
- uses: actions/checkout@v4
7344

74-
- name: Set up Node.js
75-
uses: actions/setup-node@v4
76-
with:
77-
node-version: 20
78-
79-
- name: Build action (pull request)
80-
# Pull requests are not expected to update `dist/index.js` themselves; therefore build `dist/index.js`
81-
# here before running integration test
82-
if: github.event_name == 'pull_request'
83-
run: |
84-
npm clean-install
85-
npm run build
86-
8745
- name: Run wrapper-validation-action
8846
id: action-test
8947
uses: ./

.github/workflows/codeql-analysis.yml

-56
This file was deleted.

.github/workflows/update-checksums-file.js

-92
This file was deleted.

.github/workflows/update-checksums-file.yml

-49
This file was deleted.

0 commit comments

Comments
 (0)