Skip to content

chore(deps): update all non-major dependencies #204

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #204

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