Skip to content

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #1691

build(deps-dev): bump postcss from 8.4.21 to 8.4.31

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #1691

Workflow file for this run

name: Pull request
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v18
with:
token: ${{ github.token }}
config_path: ".eslintrc.js"
file_extensions: |
**/*.js
**/*.ts
**/*.vue
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build