Skip to content

Bump axios from 0.21.4 to 1.6.0 in /ts #779

Bump axios from 0.21.4 to 1.6.0 in /ts

Bump axios from 0.21.4 to 1.6.0 in /ts #779

Workflow file for this run

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