mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 02:05:21 -06:00
Create main.yml
This commit is contained in:
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
name: Pyflakes Syntax Checker
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
syntax-check:
|
||||
name: Pyflakes Syntax Checker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Pyflakes Syntax Checker
|
||||
uses: lgeiger/pyflakes-action@v1.0.1
|
||||
Reference in New Issue
Block a user