Skip to content

feat(ci)🐳: Add Docker image build step to deployment workflow #19

feat(ci)🐳: Add Docker image build step to deployment workflow

feat(ci)🐳: Add Docker image build step to deployment workflow #19

Workflow file for this run

name: Code style checks
on:
push:
branches:
- master
pull_request:
branches:
- master
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]