Skip to content

Merge pull request #190 from amplify-education/ignore_extra_handling_… #49

Merge pull request #190 from amplify-education/ignore_extra_handling_…

Merge pull request #190 from amplify-education/ignore_extra_handling_… #49

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- run: pip install pylint
- name: Run pre-commit
uses: pre-commit/[email protected]