Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxqwerty authored May 6, 2024
1 parent 8aa4ef6 commit d6940f6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

check-pawn-gender-macro:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Find bad lines
run: grep -r -i -o --include=\*.xml "\\{PAWN_gender \\? (.[^:]*?) : (\\1)\\}" ./ | wc -l

0 comments on commit d6940f6

Please sign in to comment.