Skip to content

Commit

Permalink
Merge pull request #86 from stark-contrast/develop
Browse files Browse the repository at this point in the history
Updates for v0.3.2-beta.0
  • Loading branch information
abcdefghiraj authored Nov 1, 2023
2 parents 72a9118 + 2403cc8 commit b64bceb
Show file tree
Hide file tree
Showing 8 changed files with 43,627 additions and 23,333 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: 16.x

Expand Down
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/[email protected].1-beta.0 \
RUN npm i -g @stark-lab-inc/[email protected].2-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/[email protected].1-beta.0
uses: stark-contrast/[email protected].2-beta.0
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
66,326 changes: 43,328 additions & 22,998 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

127 changes: 47 additions & 80 deletions dist/licenses.txt

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

Loading

0 comments on commit b64bceb

Please sign in to comment.