mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
18 lines
317 B
YAML
18 lines
317 B
YAML
|
on:
|
||
|
pull_request:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
|
||
|
jobs:
|
||
|
main:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3
|
||
|
- uses: actions/setup-python@v4
|
||
|
with:
|
||
|
python-version: 3.x
|
||
|
- uses: pre-commit/action@v3.0.1
|
||
|
- uses: pre-commit-ci/lite-action@v1.1.0
|
||
|
if: always()
|