Skip to content

Bump semver from 6.3.0 to 6.3.1 #70

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #70

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Tests
run: yarn test --collectCoverage
- name: Publish code coverage
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}