Skip to content

fix: make it so only the correct identities can modify a given space … #847

fix: make it so only the correct identities can modify a given space …

fix: make it so only the correct identities can modify a given space … #847

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [ published ] # has GITHUB_REF as refs/tags/<tag_name>
jobs:
build:
permissions:
contents: write
strategy:
fail-fast: true
matrix:
os:
# - macos-latest
- ubuntu-latest
# - windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.16
cache: yarn
cache-dependency-path: |
yarn.lock
- name: Run Type Check
uses: borales/actions-yarn@v4

Check failure on line 36 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 36
with:
cmd: tsc
- name: Build
uses: borales/actions-yarn@v4
with:
cmd: build