Skip to content

fix(ci): actually checkout the locale files >.< #3

fix(ci): actually checkout the locale files >.<

fix(ci): actually checkout the locale files >.< #3

Workflow file for this run

name: Run CI
on:
push:
branches:
- "main"
paths-ignore:
- '**/*.md'
pull_request:
branches:
- "main"
paths-ignore:
- '**/*.md'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate Locale
uses: Yellow-Dog-Man/locale-checker-action@v1.0