Skip to content

chore(deps): update planetscale/ghcommit-action action to v0.2.17 #201

chore(deps): update planetscale/ghcommit-action action to v0.2.17

chore(deps): update planetscale/ghcommit-action action to v0.2.17 #201

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: make lint
- run: make test