Skip to content

Bump js-yaml from 4.2.0 to 4.3.1 in /ts #1120

Bump js-yaml from 4.2.0 to 4.3.1 in /ts

Bump js-yaml from 4.2.0 to 4.3.1 in /ts #1120

Workflow file for this run

name: Check Basis
on:
pull_request:
jobs:
no-basis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
- name: Check for Basis
run: |
if grep -iR basis --exclude-dir=.github --exclude-dir=.git .; then
exit 1
else
exit 0
fi