Skip to content

Replace please with Makefile #248

Replace please with Makefile

Replace please with Makefile #248

Workflow file for this run

---
name: Lint
on:
pull_request:
branches:
- main
permissions:
# Grant the ability to checkout the repository
contents: read
# Allow reviewdog to comment on PRs
pull-requests: write
jobs:
build:
name: Lint
runs-on: ubuntu-latest
container: golang:1.21.6-bookworm
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Lint
env:
REVIEWDOG_GITHUB_API_TOKEN: "${{ github.token }}"
run: ls -la && go install github.com/reviewdog/reviewdog/cmd/reviewdog@latest & make install-lint-tools lint