mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
Initial commit
This commit is contained in:
13
.github/workflows/main.yaml
vendored
Normal file
13
.github/workflows/main.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: golangci-lint
|
||||
on:
|
||||
pull_request:
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v1
|
||||
with:
|
||||
version: v1.29
|
||||
Reference in New Issue
Block a user