test ci
This commit is contained in:
parent
9209a1bfa8
commit
4786966097
20
.gitea/workflows/lint.yml
Normal file
20
.gitea/workflows/lint.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: lint
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
jobs:
|
||||||
|
docker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v2
|
||||||
|
- name: Install Python
|
||||||
|
uses: https://github.com/actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.12'
|
||||||
|
cache: 'pip' # caching pip dependencies
|
Loading…
Reference in New Issue
Block a user