This commit is contained in:
Eric Fennis
2021-04-03 18:45:12 +02:00
parent 46975e4b77
commit 343ebd3d7b

11
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: yarn version
on: ['push']
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Yarn
run: yarn -v