mirror of
https://github.com/n0remac/2020GameJamPractice.git
synced 2025-12-06 01:13:10 -06:00
12 lines
218 B
YAML
12 lines
218 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
|