mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-26 01:07:12 -07:00
GitHub setup
This commit is contained in:
parent
cc55c2f6bb
commit
0f5527f46e
3 changed files with 7 additions and 3 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: badge-ci
|
||||
name: bld-ci
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
|
|
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: 19
|
||||
java-version: 17
|
||||
|
||||
- name: Build Javadocs
|
||||
run: ./bld download clean javadoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue