CI: guard against uncommitted changes

This commit is contained in:
Domen Kožar 2020-05-12 12:59:11 +02:00
commit 181320929a
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
# check if typescript generation was committed
- run: git diff --exit-code
- uses: cachix/install-nix-action@v8 - uses: cachix/install-nix-action@v8
- name: Test public cache - name: Test public cache
uses: ./ uses: ./