Skip to content

Do not run staticcheck in build target #2

Do not run staticcheck in build target

Do not run staticcheck in build target #2

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test
run: make build