Skip to content

build(deps): bump the github-actions group across 1 directory with 7 updates #47

build(deps): bump the github-actions group across 1 directory with 7 updates

build(deps): bump the github-actions group across 1 directory with 7 updates #47

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
permissions: {}
jobs:
test:
permissions:
contents: read
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test