Skip to content

Commit

Permalink
manifest: Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davigamer987 authored and SirRGB committed May 6, 2023
1 parent ceaf275 commit 55fa85c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test AmogOS-Rom/android_manifest repository

on:
push:
branches: [ thirteen ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install repo tool
run: |
sudo apt-get update
sudo apt-get install -y git-core python3-pip wget
wget https://storage.googleapis.com/git-repo-downloads/repo && sudo mv repo /usr/bin/repo && sudo chmod a+x /usr/bin/repo
- name: Initialize and Sync Repo
run: |
repo init -u https://github.com/AmogOS-Rom/android_manifest.git
timeout 1m repo sync || true
timeout-minutes: 6

0 comments on commit 55fa85c

Please sign in to comment.