Skip to content

build(deps): bump crowdin/github-action from 1.10.0 to 1.11.0 #50

build(deps): bump crowdin/github-action from 1.10.0 to 1.11.0

build(deps): bump crowdin/github-action from 1.10.0 to 1.11.0 #50

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