Skip to content

ci: adds commitlint as PR and merge_group check (#229) #46

ci: adds commitlint as PR and merge_group check (#229)

ci: adds commitlint as PR and merge_group check (#229) #46

Workflow file for this run

name: Main
on:
push:
branches:
- main
permissions:
actions: write
issues: write
jobs:
i18n_translations:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.5
- name: Install dependencies
run: poetry install
- name: Run translation check script
run: poetry run python .scripts/missing_translation_check.py
- name: Create or Update Issues
run: poetry run python .scripts/create_or_update_i18n_issues.py
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: 5.3.5
- uses: leafo/gh-actions-luarocks@v4
with:
luarocksVersion: 3.11.1
- name: Install luarock dependencies
run: luarocks make --local rpglootfeed-1-1.rockspec
- name: Run Tests
run: make test-ci
- uses: actions/upload-artifact@v4
with:
name: luacov-html
path: luacov-html/