Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhishadow committed Sep 4, 2024
1 parent 619b0a5 commit a97a070
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible_exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: ansible_exec

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ansible_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: ansible_lint

permissions:
contents: read

on:
pull_request:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/github-super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: 'github-super-linter'

permissions:
contents: read

on:
pull_request:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint_vimrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: 'lint_vimrc'

permissions:
contents: read

on:
pull_request:

Expand Down

0 comments on commit a97a070

Please sign in to comment.