Skip to content

Commit

Permalink
Merge pull request #21 from devilbox/dependabot/github_actions/cytopi…
Browse files Browse the repository at this point in the history
…a/shell-command-retry-action-0.1.6

Bump cytopia/shell-command-retry-action from 0.1.5 to 0.1.6
  • Loading branch information
cytopia authored Nov 18, 2022
2 parents edc1329 + c1ec316 commit 7fb017b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ jobs:
fetch-depth: 0

- name: Lint Files
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-files
- name: Lint Yaml
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-yaml
- name: Lint JSON
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-json
- name: Lint Bash
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-bash

0 comments on commit 7fb017b

Please sign in to comment.