|
@@ -7,6 +7,17 @@ on:
|
|
|
- rc/**
|
|
- rc/**
|
|
|
- chore/**
|
|
- chore/**
|
|
|
- support/prepare-v**
|
|
- support/prepare-v**
|
|
|
|
|
+ paths:
|
|
|
|
|
+ - .github/workflows/ci-app.yml
|
|
|
|
|
+ - .eslint*
|
|
|
|
|
+ - tsconfig.base.json
|
|
|
|
|
+ - yarn.lock
|
|
|
|
|
+ - packages/app/**
|
|
|
|
|
+ - '!packages/app/docker/**'
|
|
|
|
|
+ - packages/core/**
|
|
|
|
|
+ - packages/slack/**
|
|
|
|
|
+ - packages/ui/**
|
|
|
|
|
+ - packages/plugin-*/**
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
lint:
|
|
lint:
|
|
@@ -45,7 +56,7 @@ jobs:
|
|
|
yarn lerna run lint --scope @growi/plugin-*
|
|
yarn lerna run lint --scope @growi/plugin-*
|
|
|
- name: lerna run lint for app
|
|
- name: lerna run lint for app
|
|
|
run: |
|
|
run: |
|
|
|
- yarn lerna run lint --scope @growi/app --scope @growi/core --scope @growi/ui
|
|
|
|
|
|
|
+ yarn lerna run lint --scope @growi/app --scope @growi/codemirror-textlint --scope @growi/core --scope @growi/ui
|
|
|
|
|
|
|
|
- name: Slack Notification
|
|
- name: Slack Notification
|
|
|
uses: weseek/ghaction-slack-notification@master
|
|
uses: weseek/ghaction-slack-notification@master
|