add acceptance test action

This commit is contained in:
mhoffm
2021-06-23 00:52:32 +02:00
parent 1d2d1a0998
commit 9160d2f4cb
2 changed files with 11 additions and 0 deletions

0
.gitattributes vendored
View File

11
.github/workflows/acceptance.yaml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: acceptance
on:
push:
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nixbuild/nix-quick-install-action@v5
- run: nix-shell --run 'tree-sitter parse --quiet --stat example/real_world_stuff/*/*'