Skip to content

ci: Replace releaser and circleci with release please #1

ci: Replace releaser and circleci with release please

ci: Replace releaser and circleci with release please #1

Workflow file for this run

name: Quality control
on:
push:
branches: [ main ]
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azure/[email protected]
- name: Run quality control checks
uses: ./.github/actions/ci