Skip to content

Merge pull request #1 from fossabot/add-license-scan-badge #16

Merge pull request #1 from fossabot/add-license-scan-badge

Merge pull request #1 from fossabot/add-license-scan-badge #16

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint-main:
strategy:
matrix:
platform: ["ubuntu-latest"]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint main.go
run: make lint-go-main
lint-goroutine:
strategy:
matrix:
platform: ["ubuntu-latest"]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint go-routine.go
run: make lint-go-routine