Skip to content

Merge pull request #17 from berquerant/dependabot/github_actions/acti… #54

Merge pull request #17 from berquerant/dependabot/github_actions/acti…

Merge pull request #17 from berquerant/dependabot/github_actions/acti… #54

Workflow file for this run

name: CI
permissions: {}
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
timeout-minutes: 5
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Test
run: make test