Skip to content

chore: change gitignore to ignore "ign" app binaries #81

chore: change gitignore to ignore "ign" app binaries

chore: change gitignore to ignore "ign" app binaries #81

Workflow file for this run

name: Test
on:
pull_request:
push:
paths-ignore:
- '**.md'
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
go.mod
go.sum
- uses: actions/setup-go@v4
if: env.GIT_DIFF
with:
go-version: '1.21'
- run: make test
if: env.GIT_DIFF