Skip to content

Merge pull request #34 from step-security/dependabot/docker/golang-1.… #74

Merge pull request #34 from step-security/dependabot/docker/golang-1.…

Merge pull request #34 from step-security/dependabot/docker/golang-1.… #74

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
permissions: {}
jobs:
test:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
if: github.event_name == 'push' && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]')
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: make lint
- run: make test