Skip to content

feat!: moving library to root package #17

feat!: moving library to root package

feat!: moving library to root package #17

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches:
- master
jobs:
validate-commits:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Commitsar
uses: docker://aevea/commitsar
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: docker://reviewdog/action-golangci-lint
with:
github_token: ${{ secrets.github_token }}