Skip to content

chore(devcontainer): use coatldev/six:3.12 as base image and install … #458

chore(devcontainer): use coatldev/six:3.12 as base image and install …

chore(devcontainer): use coatldev/six:3.12 as base image and install … #458

Workflow file for this run

name: ci
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4
with:
skip-hooks: 'pylint'
pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4