Skip to content

Commit

Permalink
added dummy github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed Oct 30, 2020
1 parent 5c7617c commit dfd596c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Tests

on:
push:
branches:
- master
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: succeed
run: true

0 comments on commit dfd596c

Please sign in to comment.