Skip to content

Fix typo in README.md #131

Fix typo in README.md

Fix typo in README.md #131

Workflow file for this run

name: Test
on:
pull_request:
push: {branches: main}
schedule: [{cron: '0 0 10 * *'}] # monthly https://crontab.guru/#0_0_10_*_*
workflow_dispatch:
permissions: {contents: read}
jobs:
test:
uses: nodenv/.github/.github/workflows/test.yml@v4
with: {superlinter: false} # TODO renable superlinter
permissions:
contents: read
packages: read
id-token: write
security-events: write
statuses: write
superlinter:
runs-on: ubuntu-latest
if: github.ref_name != github.event.repository.default_branch
permissions: {statuses: write}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with: { fetch-depth: 0 } # super-linter needs full git history
- uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASH_EXEC_IGNORE_LIBRARIES: true
FILTER_REGEX_EXCLUDE: '.*stub.*'