Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /modules/flamingo-carotene-webpack-svg-sprite/node_modules_local/external-svg-sprite-loader #213

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /modules/flamingo-carotene-webpack-svg-sprite/node_modules_local/external-svg-sprite-loader

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /modules/flamingo-carotene-webpack-svg-sprite/node_modules_local/external-svg-sprite-loader #213

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make install
- name: Run check
run: make test
- name: Run build
run: make build