Skip to content

Commit

Permalink
Merge pull request #55 from stark-contrast/develop
Browse files Browse the repository at this point in the history
v0.2.1-beta.1 from develop
  • Loading branch information
abcdefghiraj authored Sep 12, 2023
2 parents c8fabec + 84ce7e6 commit 491ed98
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
with:
url: 'http://localhost:3000'
prebuild: 'npx --yes create-next-app@latest test-app --use-npm --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"'
prebuild: 'npx --yes create-next-app@latest test-app --use-npm --example "https://github.com/vercel/next-learn/tree/main/basics/learn-starter"'
serve: 'cd test-app && npm run dev'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Audit
id: stark
uses: stark-contrast/[email protected].0
uses: stark-contrast/[email protected].1
with:
# [Optional; only required when used with Stark Projects]
# The token used by the action to send an audit report back to Stark.
Expand Down
99 changes: 50 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessibility-check-action",
"version": "0.2.1-beta.0",
"version": "0.2.1-beta.1",
"private": true,
"description": "Stark action to run accessibility in github actions",
"main": "lib/main.js",
Expand Down Expand Up @@ -34,17 +34,17 @@
},
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1",
"@types/node": "^20.6.0",
"@typescript-eslint/parser": "^5.59.2",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.47.0",
"eslint": "^8.49.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.3",
"js-yaml": "^4.1.0",
"prettier": "^3.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
}
}

0 comments on commit 491ed98

Please sign in to comment.