Skip to content

Checks whether the language items of all languages are in sync.

License

Notifications You must be signed in to change notification settings

MysteryCode/wsclanguagecheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Workflow

name: WSC Checks

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  language:
    name: Check Language-Files
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: mysterycode/wsclanguagecheck@v1

About

Checks whether the language items of all languages are in sync.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published