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

Fix CI #44

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strict: true
config_file: .yamllint.yml

- name: actionlint
uses: reviewdog/action-actionlint@05c9d7bef25a46caf572df3497afa7082fc111df # v1.55.0
env:
SHELLCHECK_OPTS: -o all
# - name: actionlint # Newest versions of actionlint don't like unspecified outputs
# uses: reviewdog/action-actionlint@05c9d7bef25a46caf572df3497afa7082fc111df # v1.55.0
# env:
# SHELLCHECK_OPTS: -o all
12 changes: 0 additions & 12 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ jobs:
Test-Path $Env:PYTHON
Test-Path $Env:NODEJS

- name: Test for sh
shell: sh
run: |
RUBY=${{steps.tool-versions.outputs.example-ruby}}
NPM=${{steps.tool-versions.outputs.example-npm}}
PYTHON=${{steps.tool-versions.outputs.example-python}}
NODEJS=${{steps.tool-versions.outputs.example-nodejs}}
echo "${RUBY?output not set}"
echo "${NPM?output not set}"
echo "${PYTHON?output not set}"
echo "${NODEJS?output not set}"

- name: Test for cmd
shell: cmd
run: |
Expand Down