Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cli 0.4.0-beta.0 #94

Merged
merged 9 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY entrypoint.sh /stark_ga/entrypoint.sh
COPY dist /stark_ga/dist

# Install stark accessibility cli
RUN npm i -g @stark-lab-inc/accessibility-cli@0.3.2-beta.0 \
RUN npm i -g npm i @stark-lab-inc/accessibility-cli@0.4.0-beta.0 \
&& stark-accessibility --version

# TODO: symlink /root/.local-chromium to $GITHUB_HOME/.local-chromium to avoid double install or remove install from this step.
Expand Down
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/accessibility-check-action@0.3.2-beta.0
uses: stark-contrast/accessibility-check-action@beta
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessibility-check-action",
"version": "0.3.2-beta.0",
"version": "0.4.0-beta.0",
"private": true,
"description": "Stark action to run accessibility in github actions",
"main": "lib/main.js",
Expand Down
Loading