Skip to content

Commit

Permalink
setup basic workflow template
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Sep 27, 2021
1 parent 08cf898 commit f642a5a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions workflow-templates/xrtk-org-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: XRTK CI

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]

jobs:
build:
runs-on: self-hosted

steps:
- uses: actions/checkout@v2

- name: Run a one-line script
run: echo Hello from XRTK Organization
5 changes: 5 additions & 0 deletions workflow-templates/xrtk.org.ci.properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "XRTK Organization Workflow",
"description": "XRTK Organization CI workflow template.",
"iconName": ""
}

0 comments on commit f642a5a

Please sign in to comment.