Skip to content

Commit

Permalink
Fix 3 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Oct 25, 2023
1 parent 7442163 commit 167ea9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow

name: "Dockerfile"
# Hadolint is going to hurt your feelings!
# Hadolint is going to hurt your feelings!

on: # yamllint disable-line rule:truthy
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
executables: >-
bin/make-reusable-integrity.sh
not-printable-ascii-paths: >-
bin/
src/
resources/
tests/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: "actions/[email protected]"
-
name: "Search for misspellings"
#uses: "crate-ci/[email protected].4"
#uses: "crate-ci/[email protected].20"
env:
GH_TOKEN: "${{ github.token }}"
# yamllint disable rule:line-length
Expand All @@ -46,5 +46,5 @@ jobs:
| tar -xz -C "${{ runner.temp }}/typos" ./typos
"${{ runner.temp }}/typos/typos" --version
git grep --files-with-matches --null -I -e '.' \
| xargs -0 -t -- "${{ runner.temp }}/typos/typos" --format json \
| xargs --null --verbose -- "${{ runner.temp }}/typos/typos" --format json \
| jq --raw-output '"::warning file=\(.path),line=\(.line_num),col=\(.byte_offset)::\"\(.typo)\" should be \"" + (.corrections // [] | join("\" or \"") + "\".")'

0 comments on commit 167ea9e

Please sign in to comment.