Skip to content

build(deps): bump github/codeql-action from 2.20.4 to 2.21.0 #64

build(deps): bump github/codeql-action from 2.20.4 to 2.21.0

build(deps): bump github/codeql-action from 2.20.4 to 2.21.0 #64

Workflow file for this run

---
name: "✅ Vale"
on:
workflow_dispatch: {}
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-text:
runs-on: ubuntu-latest
if: github.repository == z-shell/${{ github.ACTION_REPOSITORY }}
steps:
- name: ✅ Checkout
uses: actions/[email protected]
- name: "📊 Vale Grammar Check"
id: vale-reviewdog
uses: errata-ai/vale-action@reviewdog
with:
files: '[".github", "profile"]'
reporter: github-pr-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}