Skip to content

chore(deps): update crazy-max/ghaction-import-gpg action to v7 #1200

chore(deps): update crazy-max/ghaction-import-gpg action to v7

chore(deps): update crazy-max/ghaction-import-gpg action to v7 #1200

Workflow file for this run

---
name: test
on:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Install Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
with:
go-version: '1.25'
- name: Lint
if: ${{ matrix.os == 'ubuntu-latest' }}
run: make lint
- name: Test
run: make test
- name: Publish coverage to coveralls.io
uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
path-to-profile: coverage.out
- name: Build
run: go build ./cmd/s5