Skip to content

Bump actions/checkout from 2 to 4 #80

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #80

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
# todo: DRY with build-and-publish.yml
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install qsv
run: ./ci/install-qsv.sh
- run: ./build.sh