Skip to content

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

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

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

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