Skip to content

chore(deps): bump micromatch from 4.0.4 to 4.0.8 (#251) #1477

chore(deps): bump micromatch from 4.0.4 to 4.0.8 (#251)

chore(deps): bump micromatch from 4.0.4 to 4.0.8 (#251) #1477

Workflow file for this run

name: "test"
on:
pull_request:
issues:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
yarn
yarn build:pack
- uses: ./
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"