Skip to content

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 #603

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 #603

Workflow file for this run

---
# yamllint disable rule:line-length
name: Typos
"on":
push:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@v1.16.21