Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Feb 2, 2024
1 parent 4397d62 commit 1287ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -21,9 +21,9 @@ jobs:
- "3.12"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -28,7 +28,8 @@ repos:
hooks:
- id: prettier
entry: env PRETTIER_LEGACY_CLI=1 prettier
types_or: [javascript, css, json]
types_or: [javascript, css, json, yaml]
exclude: "\\.html$"
args: [--write, --no-semi]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.7.0
Expand All @@ -44,4 +45,4 @@ repos:
- id: eslint
types_or: [javascript]
args:
- --fix
- --fix

0 comments on commit 1287ec7

Please sign in to comment.