You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
518 B
20 lines
518 B
name: 🏥 React Doctor
|
|
|
|
on: push
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
react-doctor:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
|
|
with:
|
|
node-version: 22
|
|
- uses: millionco/react-doctor@6543a86f9dfe86c894bd71361fc2c46d8d9c967d # main
|
|
with:
|
|
diff: true
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|