mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 01:45:03 +02:00
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
linter:
|
||||
name: "Linting Python Code"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/[email protected]
|
||||
with:
|
||||
python-version: 3.7
|
||||
|
||||
- run: python -c "import sys; print(sys.version)"
|
||||
Reference in New Issue
Block a user