Skip to content

Bump github/codeql-action from 3.25.10 to 3.26.0 #207

Bump github/codeql-action from 3.25.10 to 3.26.0

Bump github/codeql-action from 3.25.10 to 3.26.0 #207

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
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 }}