Skip to content

Bump version.

Bump version. #26

Workflow file for this run

name: Lint and Test
on: [push]
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
needs: lint
uses: ./.github/workflows/test.yml