Skip to content

refactor: matching file name #7

refactor: matching file name

refactor: matching file name #7

name: Build and test project
on:
push:
branches: ["*"]
jobs:
run-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Go Test
run: make test
run-lint:
name: Run Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run Lint
uses: Jerome1337/gofmt-action@v1.0.5