mirror of
https://github.com/revanced/smali.git
synced 2025-04-29 22:24:26 +02:00
feat: add github actions (#1)
This commit is contained in:
parent
2771eae0a1
commit
a0868b9ede
11
.github/workflows/ci.yml
vendored
Normal file
11
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: CI
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: build
|
Loading…
x
Reference in New Issue
Block a user