Skip to content

Bump actions/checkout from 5 to 6 (#8) #42

Bump actions/checkout from 5 to 6 (#8)

Bump actions/checkout from 5 to 6 (#8) #42

Workflow file for this run

name: lint
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Set up python
uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1"
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --all-files