Skip to content

Merge pull request #76 from planetscale/joem/gha-fix-branch-name #118

Merge pull request #76 from planetscale/joem/gha-fix-branch-name

Merge pull request #76 from planetscale/joem/gha-fix-branch-name #118

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'push' && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]')
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: make lint
- run: make test