Skip to content

Adds a mistake on purpose #5

Adds a mistake on purpose

Adds a mistake on purpose #5

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
branches: [main]
paths: ['.github/workflows/**']
tags:

Check failure on line 6 in .github/workflows/actionlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/actionlint.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- '^[0-9]+\\.[0-9]+\\.[0-9]+(?!.*-SNAPSHOT).*$
pull_request:
paths: ['.github/workflows/**']
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable the actionlint matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- name: Lint GitHub Actions workflows
uses: docker://rhysd/actionlint:latest
with:
args: -color