Skip to content

Commit

Permalink
Merge pull request #12 from timbray/master
Browse files Browse the repository at this point in the history
feeling my way through github CI
  • Loading branch information
timbray authored Apr 8, 2024
2 parents f0135c9 + 5133cef commit 8024d43
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/go.yaml → .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
name: Go
name: Lint

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14

- name: Build
run: make build

- name: Test
run: make test

lint:
name: Code Linting
strategy:
Expand Down

0 comments on commit 8024d43

Please sign in to comment.