Skip to content

chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1 in /assets #97

chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1 in /assets

chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1 in /assets #97

Workflow file for this run

name: front
on:
pull_request:
paths:
- "assets/**"
- ".github/**"
branches:
- master
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
cache: "yarn"
cache-dependency-path: assets/package-lock.json
- name: yarn build dist
run: |
cd assets
yarn install
yarn build