fix issues with topic 2 materials, move legacy docker stuff (#771) #151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pre-commit | |
on: | |
push: | |
jobs: | |
pre_commit: | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- name: checkout code | |
uses: actions/checkout@v2 | |
- name: setup python | |
uses: actions/[email protected] | |
- name: run pre-commit action | |
uses: pre-commit/[email protected] |