Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Mar 13, 2024
1 parent b568970 commit 9ec0cee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tlparser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
with:
go-version: '1.22'

- name: Build
run: cd ./internal/cmd/tlgen && go build -o tlgen .

- name: Parse TL Schema
run: ./tlgen
- name: Build & Run TL Parser
run: cd ./internal/cmd/tlgen && go run .

- name: Send PR
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 9ec0cee

Please sign in to comment.