Bump certifi from 2022.12.7 to 2023.7.22 in /app/magtape-init #217
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: repo-checks | |
on: | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
# Jobs | |
jobs: | |
# Job to lint code | |
boilerplate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Check boilerplate | |
timeout-minutes: 5 | |
run: | | |
make boilerplate |