Skip to content

fix: empirica core update tajriba import (#539) #158

fix: empirica core update tajriba import (#539)

fix: empirica core update tajriba import (#539) #158

name: Check pre-release
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Static:
name: "Check branch does not have a pre-release file in changeset"
runs-on: ubuntu-latest
env:
MODULAR_LOGGER_DEBUG: true
steps:
- uses: actions/checkout@v3
- name: "Check that the file .changeset/pre.json is not present"
run: "! test -f .changeset/pre.json"