Skip to content

Go TL Parser

Go TL Parser #41

Workflow file for this run

name: Go TL Parser
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build & Run TL Parser
run: cd ./internal/cmd/tlgen && go run .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "TLParser: Auto-Generated TLs"
commit_options: "--no-verify"
repository: .
commit_user_name: AmarnathCjd
commit_user_email: [email protected]
commit_author: AmarnathCjd <[email protected]>