Skip to content

Commit

Permalink
actionlint (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Oct 16, 2023
1 parent b155498 commit 63765df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{matrix.os-base}}-${{matrix.os-vsn}}

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

- uses: erlef/setup-beam@v1
id: setup-beam
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

# uses .markdownlint.yml for configuration
- name: markdownlint
uses: DavidAnson/markdownlint-cli2-action@v11
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: |
.github/**/*.md
Expand All @@ -29,3 +29,8 @@ jobs:
.*.yml
strict: true
config_file: .yamllint.yml

- name: actionlint
uses: reviewdog/action-actionlint@v1
env:
SHELLCHECK_OPTS: -o all
2 changes: 1 addition & 1 deletion .github/workflows/rebar3_depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Update dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 26
Expand Down

0 comments on commit 63765df

Please sign in to comment.