Skip to content

Commit

Permalink
feat: add github action
Browse files Browse the repository at this point in the history
add github action

Log:
Change-Id: I9c85c2fc33969c2c186a501a62ded98543ad5376
  • Loading branch information
justforlxz committed Nov 10, 2020
1 parent 5f6ab73 commit 124068b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI Build

on:
push:
branches:
- master

pull_request:
branches:
- master

jobs:
archlinux:
name: Archlinux Build Check
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: build
uses: justforlxz/deepin-git-action@v1
with:
repo: dtkgui

0 comments on commit 124068b

Please sign in to comment.