Skip to content

Bump normalize-url from 4.5.0 to 4.5.1 in the npm_and_yarn group #26

Bump normalize-url from 4.5.0 to 4.5.1 in the npm_and_yarn group

Bump normalize-url from 4.5.0 to 4.5.1 in the npm_and_yarn group #26

Workflow file for this run

name: Build
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- uses: actions/setup-go@v2
with:
go-version: '^1.17.3'
- run: yarn
- run: yarn test
- run: go install cuelang.org/go/cmd/[email protected]
- run: PATH=$PATH:~/go/bin ./validate.sh