Skip to content

ci(deps): Bump actions/checkout from 4.1.1 to 4.1.5 #184

ci(deps): Bump actions/checkout from 4.1.1 to 4.1.5

ci(deps): Bump actions/checkout from 4.1.1 to 4.1.5 #184

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
with:
submodules: true
- name: Lint
run: make lint
- name: Test
run: make test