Skip to content

Update actions/checkout action to v4.2.2 #226

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #226

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 -