Skip to content

chore: fix invalid go build tag #66

chore: fix invalid go build tag

chore: fix invalid go build tag #66

Workflow file for this run

---
name: Files Lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read # for actions/checkout to fetch code
jobs:
action-lint:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v5
- name: actionlint
uses: raven-actions/[email protected]
yamllint:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v5
- name: yamllint
uses: ibiqlik/action-yamllint@v3
typos:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v5
- name: typos-action
uses: crate-ci/[email protected]
markdownlint:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v5
- name: markdownlint-cli2-action
uses: DavidAnson/[email protected]
editorconfig:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v5
- name: editorconfig-checker-action
uses: editorconfig-checker/action-editorconfig-checker@v2