fix(deps): update dependency @reactuses/core to v5.0.22 #377
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Reviewdog | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
permissions: | |
contents: read | |
pull-requests: write | |
checks: write | |
issues: write | |
jobs: | |
biome: | |
name: Linter 🧹 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code. | |
uses: actions/checkout@v4 | |
- name: lint | |
uses: mongolyy/reviewdog-action-biome@v1.6.1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
reporter: github-check | |
biome-pr: | |
if: github.event_name == 'pull_request' | |
name: Pull request Linter 🧹 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code. | |
uses: actions/checkout@v4 | |
- name: lint | |
uses: mongolyy/reviewdog-action-biome@v1.6.1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
reporter: github-pr-review |