Skip to content

Merge pull request #2 from step-security/release #10

Merge pull request #2 from step-security/release

Merge pull request #2 from step-security/release #10

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