summaryrefslogblamecommitdiffstats
path: root/.github/workflows/pre-commit.yml
blob: 3031a15a183603cbb5b7cef3348784b1a0f15f48 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                            
                    




                          


                                    
# SPDX-FileCopyrightText: Copyright (c) 2019 Anthony Sottile
#
# SPDX-License-Identifier: MIT

name: pre-commit

on:
  pull_request:
  push:
    branches: [main]

jobs:
  pre-commit:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: actions/setup-python@v3
    - uses: pre-commit/action@v3.0.0