Skip to content

Commit

Permalink
Delegate to 'gradle/actions/wrapper-validation' (#200)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bigdaz committed Apr 12, 2024
1 parent b5418f5 commit 460a3ca
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 39,315 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

54 changes: 0 additions & 54 deletions .eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions .github/dependabot.yml
Expand Up @@ -8,14 +8,3 @@ updates:
github-actions:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@types/node"
groups:
npm-dependencies:
patterns:
- "*"
51 changes: 0 additions & 51 deletions .github/workflows/check-dist.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/ci.yml
Expand Up @@ -7,22 +7,6 @@ on: # rebuild any PRs and main branch changes
- 'releases/*'

jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Build and test
run: |
npm -v
node -v
npm clean-install
npm run all

# Integration test for successful validation of wrappers
test-validation-success:
Expand All @@ -31,19 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Build action (pull request)
# Pull requests are not expected to update `dist/index.js` themselves; therefore build `dist/index.js`
# here before running integration test
if: github.event_name == 'pull_request'
run: |
npm clean-install
npm run build
- name: Run wrapper-validation-action
id: action-test
uses: ./
Expand Down Expand Up @@ -71,19 +42,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Build action (pull request)
# Pull requests are not expected to update `dist/index.js` themselves; therefore build `dist/index.js`
# here before running integration test
if: github.event_name == 'pull_request'
run: |
npm clean-install
npm run build
- name: Run wrapper-validation-action
id: action-test
uses: ./
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

92 changes: 0 additions & 92 deletions .github/workflows/update-checksums-file.js

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/update-checksums-file.yml

This file was deleted.

0 comments on commit 460a3ca

Please sign in to comment.