Skip to content

Commit d797a31

Browse files
Revert "Resolve conflicts"
This reverts commit f6f2329, reversing changes made to cee32c0.
1 parent f6f2329 commit d797a31

File tree

216 files changed

+11469
-18526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+11469
-18526
lines changed

.github/scripts/approve-rule.mjs

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

.github/scripts/commons.mjs

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

.github/scripts/wai-build.mjs

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

.github/workflows/approve-rule.yml

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

.github/workflows/chair-accounts.md

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

.github/workflows/dispatch.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
dispatch:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
17-
with:
18-
node-version: 16
19-
cache: npm
15+
- uses: actions/setup-node@v1
2016
- run: |
2117
curl -XPOST -u "${{ secrets.USER_NAME }}:${{ secrets.USER_PAT }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/act-rules/act-rules-web/dispatches --data '{ "event_type": "build_application" }'

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@ jobs:
1111
publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v2
1515
with:
1616
ref: 'master'
17-
- uses: actions/setup-node@v3
18-
with:
19-
node-version: 16
20-
cache: npm
17+
- uses: actions/setup-node@v1
2118
- run: |
2219
git config user.name "${{ secrets.USER_NAME }}"
2320
git config user.email "${{ secrets.USER_EMAIL }}"

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-node@v3
21-
with:
22-
node-version: 16
23-
cache: npm
19+
- uses: actions/checkout@v2
20+
- uses: actions/setup-node@v1
2421
- run: |
2522
npm install
2623
npm test

.github/workflows/wai-deploy.yml

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

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,3 @@ yarn.lock
6969

7070
# Ignore JetBrains IDE file
7171
.idea
72-
73-
# Tmp build directory
74-
wcag-act-rules-tmp/

0 commit comments

Comments
 (0)