Skip to content

chore(*): bump Kind version to v0.24.0 #729

chore(*): bump Kind version to v0.24.0

chore(*): bump Kind version to v0.24.0 #729

Workflow file for this run

name: "Build and test Action"
on: [push, pull_request]
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test:coverage
- uses: codecov/codecov-action@v2
- run: npm audit