Skip to content

⬆ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 #5

⬆ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0

⬆ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 #5

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Github actions init
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Update Pip
run: pip install --upgrade pip
- name: Install Dependencies
run: pip install ruff mypy
- name: Install
run: pip install -e .
- name: Lint
run: bash scripts/lint.sh