Skip to content

Merge pull request #9 from codescalers/fix-weekend-notifications #26

Merge pull request #9 from codescalers/fix-weekend-notifications

Merge pull request #9 from codescalers/fix-weekend-notifications #26

Workflow file for this run

name: Lint
on:
push:
workflow_dispatch:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install GO
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --verbose
- name: staticcheck
uses: dominikh/[email protected]
with:
install-go : false
version: "2023.1.6"
min-go-version: "1.21.x"
- name: gofmt
uses: Jerome1337/[email protected]
with:
gofmt-flags: "-l -d"