Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAribart committed Nov 28, 2020
1 parent a70977d commit 43508d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This is a basic workflow to help you get started with Actions

name: CI

on:
push:
workflow_dispatch:

jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up
run: yarn
- name: Tests
run: yarn test

0 comments on commit 43508d6

Please sign in to comment.