Skip to content

ci(workflows)🔧: Update deployment workflow and add linting workflow #1

ci(workflows)🔧: Update deployment workflow and add linting workflow

ci(workflows)🔧: Update deployment workflow and add linting workflow #1

Workflow file for this run

name: Code style checks
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.41.4
cache: true
- uses: pre-commit/[email protected]