Skip to content

Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in /src/TodoApp #1204

Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in /src/TodoApp

Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in /src/TodoApp #1204

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
paths-ignore:
- '**/*.gitattributes'
- '**/*.gitignore'
- '**/*.md'
pull_request:
branches:
- main
- dotnet-vnext
- dotnet-nightly
workflow_dispatch:
permissions:
contents: read
env:
FORCE_COLOR: 3
TERM: xterm
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Add actionlint problem matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- name: Lint workflows
uses: docker://rhysd/actionlint@sha256:e3856d413f923accc4120884ff79f6bdba3dd53fd42884d325f21af61cc15ce0 # v1.7.6
with:
args: -color
- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: '.markdownlint.json'
globs: |
**/*.md