Skip to content

update github actions (#5) #55

update github actions (#5)

update github actions (#5) #55

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1
env:
SKIP: eslint,tsc,vale