Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Upgrade to SDK 33

Upgrade to SDK 33 #758

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, actions ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Build
run: ./gradlew build