浏览代码

Merge pull request #91 from WiringPi/patch-actions

GitHub Actions
pull/92/head
Philip Howard 4 年前
committed by GitHub
父节点
当前提交
3772a913d0
找不到此签名对应的密钥 GPG 密钥 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

正在加载...
取消
保存