Skip to content

Split lint, unit test jobs & bump linters (#271) #4

Split lint, unit test jobs & bump linters (#271)

Split lint, unit test jobs & bump linters (#271) #4

Workflow file for this run

name: Unit Testing
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout source
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1"
- name: Run linters
run: |
make lint