Skip to content

Commit

Permalink
Add workflow for running CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Jul 31, 2020
1 parent cc45a0f commit e48d37b
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 @@
name: CI

on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cedrickring/[email protected]

0 comments on commit e48d37b

Please sign in to comment.