Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
chore: add initial noop github action (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Jul 16, 2021
1 parent 2ee9c92 commit 03d0c9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
push:
branches: [master]
pull_request:
name: ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "hello world"

0 comments on commit 03d0c9e

Please sign in to comment.