Skip to content

Merge pull request #45 from form3tech-oss/nvloff-lint #10

Merge pull request #45 from form3tech-oss/nvloff-lint

Merge pull request #45 from form3tech-oss/nvloff-lint #10

Workflow file for this run

on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
with:
fetch-depth: 0
fetch-tags: true
- uses: "actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491" # v5.0.0
- name: test
run: |
make lint
make build
make test