瀏覽代碼

Merge pull request #91 from WiringPi/patch-actions

GitHub Actions
pull/92/head
Philip Howard 4 年之前
committed by GitHub
父節點
當前提交
3772a913d0
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. +16
    -0
      .github/workflows/build.yml

+ 16
- 0
.github/workflows/build.yml 查看文件

@@ -0,0 +1,16 @@
name: Build

on:
pull_request:
push:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run build
run: |
./build

Loading…
取消
儲存