Skip to content

Updating the license from MPL 2.0 to Business Source License 1.1 #2086

Updating the license from MPL 2.0 to Business Source License 1.1

Updating the license from MPL 2.0 to Business Source License 1.1 #2086

Workflow file for this run

name: Lint
on:
pull_request:
push:
paths-ignore:
- 'docs/**'
branches:
- "main"
tags: ["v*.*.*"]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/checkout@v3
- name: Import environment variables from file
run: cat ".github/env" >> $GITHUB_ENV
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=15m0s