Skip to content

Bump minimatch from 3.1.2 to 3.1.5 (#115) #195

Bump minimatch from 3.1.2 to 3.1.5 (#115)

Bump minimatch from 3.1.2 to 3.1.5 (#115) #195

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 --coverage
- name: Publish code coverage
uses: qltysh/qlty-action/coverage@v1
with:
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: coverage/lcov.info