Skip to content

Merge pull request #334 from blockfrost/yarn-archs #780

Merge pull request #334 from blockfrost/yarn-archs

Merge pull request #334 from blockfrost/yarn-archs #780

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v1'
with:
fetch-depth: 2
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
with:
cmd: run bundle
- name: Check diff
run: git diff --quiet || { echo "You forgot to run 'yarn run bundle && yarn run generate-types'"; exit 1; }
name: Generated content is up to date
on:
- push
- pull_request