Skip to content

Bump h2 from 0.3.24 to 0.3.26 in /rs #930

Bump h2 from 0.3.24 to 0.3.26 in /rs

Bump h2 from 0.3.24 to 0.3.26 in /rs #930

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