Skip to content

. e Add Dependabot

. e Add Dependabot #42

Workflow file for this run

name: Build
on:
workflow_dispatch:
schedule:
# each 2nd day of month
- cron: "0 0 2 * *"
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
# Cancel any in-progress workflows for this workflow/branch combination.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: ./run_tests.sh