Skip to content

chore(deps): bump peter-evans/create-pull-request from 6 to 7 in the main group #312

chore(deps): bump peter-evans/create-pull-request from 6 to 7 in the main group

chore(deps): bump peter-evans/create-pull-request from 6 to 7 in the main group #312

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
test:
if: >
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: arduino/setup-task@v2
- run: task test