Skip to content

ci(deps): Bump actions/checkout from 3.5.2 to 4.1.1 #130

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

ci(deps): Bump actions/checkout from 3.5.2 to 4.1.1 #130

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@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3
with:
submodules: true
- name: Lint
run: make lint
- name: Test
run: make test