Skip to content

Commit

Permalink
Merge pull request #2248 from microsoft/rachelgshaffer/add-action
Browse files Browse the repository at this point in the history
Add action
  • Loading branch information
rachelgshaffer committed Dec 6, 2019
2 parents a426edc + 47c69f0 commit ec0c3bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,11 @@
name: CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!

0 comments on commit ec0c3bf

Please sign in to comment.