Skip to content

Commit

Permalink
🧪 CI: Drop Ubuntu 16.04, update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 20, 2022
1 parent fcc1129 commit 733696c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
warn_list:
- '208' # File permissions unset or incorrect
- '305' # Use shell only when shell functionality is required
- internal-error
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
distro: [ubuntu1604, ubuntu1804, ubuntu2004]
distro: [ubuntu1804, ubuntu2004]
fail-fast: false

runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: robertdebock/galaxy-action@1.0.3
- uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
repos:

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v1.5.0
rev: v2.3.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, "2", --preserve-quotes]

- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
rev: v1.26.3
hooks:
- id: yamllint

- repo: https://github.com/ansible/ansible-lint
rev: v4.3.5
rev: v6.3.0
hooks:
- id: ansible-lint

0 comments on commit 733696c

Please sign in to comment.