diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index e69de29..0000000 diff --git a/.github/workflows/acceptance.yaml b/.github/workflows/acceptance.yaml new file mode 100644 index 0000000..4e9451c --- /dev/null +++ b/.github/workflows/acceptance.yaml @@ -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/*/*'