Skip to content

chore: bump actionlint hook v1.7.11 -> v1.7.12 #24

chore: bump actionlint hook v1.7.11 -> v1.7.12

chore: bump actionlint hook v1.7.11 -> v1.7.12 #24

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: Lint
# ubuntu-latest while arc-dind runners are unavailable during the libvirt
# migration. Revert to `arc` once the new k3s cluster has ARC runners up.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1