Skip to content

Merge pull request #1 from 1995parham-learning/dependabot/github_acti… #3

Merge pull request #1 from 1995parham-learning/dependabot/github_acti…

Merge pull request #1 from 1995parham-learning/dependabot/github_acti… #3

Workflow file for this run

---
name: ci
on: push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: eifinger/setup-rye@v4
with:
version: 'latest'
- run: rye sync
- run: rye run mypy .