Skip to content

Bump actions/checkout from 3 to 4 #112

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #112

Workflow file for this run

name: Build and test
on:
push:
branches:
- 'main'
paths-ignore:
- '.git*'
- '**.md'
- 'LICENSE'
jobs:
all_tests:
uses: ./.github/workflows/test_inc.yml
with:
gitref: ${{ github.ref }}