Skip to content

feat: switch to billing version 6.2.1 #107

feat: switch to billing version 6.2.1

feat: switch to billing version 6.2.1 #107

Workflow file for this run

name: Lint
on:
pull_request:
push:
paths-ignore:
- 'README.md'
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew lint