Skip to content

feat: add reusable build workflow #2

feat: add reusable build workflow

feat: add reusable build workflow #2

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
uses: AwesomeHamster/workflows/.github/workflows/build.yml@master
env:

Check failure on line 14 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 14, Col: 5): Unexpected value 'env'
YARN_ENABLE_IMMUTABLE_INSTALLS: false
with:
lint: true
test: true