mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-12 19:36:59 +00:00
Add GitHub Actions for testing matchers
This commit is contained in:
13
.github/workflows/main.yml
vendored
Normal file
13
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Main CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Setup local Android problem matchers
|
||||||
|
run: |
|
||||||
|
./index.js
|
||||||
|
- name: Print example problems
|
||||||
|
run: |
|
||||||
|
./test.js
|
||||||
Reference in New Issue
Block a user