mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 06:09:57 -06:00
13 lines
219 B
YAML
13 lines
219 B
YAML
|
|
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
|