Skip to content

Commit

Permalink
Adding 2016 CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onefastsnail committed Aug 11, 2024
1 parent 170cc9d commit 240efe1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/2016.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: "2016"

on:
push:
branches: [ "master" ]
paths:
- 2016/**

jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./2016
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: 1.22

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58

- name: Test
run: go test -v ./...
Empty file added 2016/.gitignore
Empty file.

0 comments on commit 240efe1

Please sign in to comment.