Skip to content

updating all of the exercises #27

updating all of the exercises

updating all of the exercises #27

Workflow file for this run

name: Linters and Tests
on:
# trigger on pull requests
pull_request:
# trigger on merges into main (in case PRs are not required)
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12.x"
cache: "pip"
- name: Run linter
uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch