Skip to content

Bump org.antlr:antlr4-runtime from 4.13.0 to 4.13.1 (#114) #80

Bump org.antlr:antlr4-runtime from 4.13.0 to 4.13.1 (#114)

Bump org.antlr:antlr4-runtime from 4.13.0 to 4.13.1 (#114) #80

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: '2'
- name: Set up JDK 18
uses: actions/[email protected]
with:
java-version: 18
distribution: 'corretto'
- name: Setup Gradle
uses: gradle/[email protected]
- name: Compile
run: ./gradlew clean build
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
flags: unittest