Skip to content

fix natural language #12

fix natural language

fix natural language #12

Workflow file for this run

---
name: lint
permissions: read-all
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v6.3.0 # x-release-please-version
env:
FILTER_REGEX_EXCLUDE: `./benchmarks/.*`

Check failure on line 32 in .github/workflows/super-linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/super-linter.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}