Skip to content

configure dependabot πŸ’š #79

configure dependabot πŸ’š

configure dependabot πŸ’š #79

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@v2
- name: install qsv
run: ./ci/install-qsv.sh
- run: ./build.sh