Skip to content

feat: drop internal time, and next tasks because of 2024 changes in t… #24

feat: drop internal time, and next tasks because of 2024 changes in t…

feat: drop internal time, and next tasks because of 2024 changes in t… #24

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: "latest"