Skip to content

Update actions/setup-python action to v4.8.0 - autoclosed #181

Update actions/setup-python action to v4.8.0 - autoclosed

Update actions/setup-python action to v4.8.0 - autoclosed #181

Workflow file for this run

name: Python
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
workflow_dispatch:
jobs:
python_linter:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.9"
- name: Installing Dependencies
run: |
pip install --upgrade pip
pip install pyflakes flake8
- name: Check Program
run: |
curl -s https://raw.githubusercontent.com/crazyuploader/Bash/master/check_py.sh | bash -