Skip to content

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

chore(deps): update all non-major dependencies

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

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- run: make lint
- run: make test