mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(flags): align board flag rendering (#1142)
* fix(flags): align board flag rendering * ci: run react doctor on changed pr files
This commit is contained in:
@@ -89,9 +89,13 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Run React Doctor
|
||||
if: github.event_name != 'pull_request' || steps.react-ui-changes.outputs.changed == 'true'
|
||||
if: github.event_name != 'pull_request'
|
||||
run: yarn doctor
|
||||
|
||||
- name: Run React Doctor on changed React files
|
||||
if: github.event_name == 'pull_request' && steps.react-ui-changes.outputs.changed == 'true'
|
||||
run: yarn doctor --diff "${{ github.event.pull_request.base.sha }}" --annotations
|
||||
|
||||
- name: Skip React Doctor
|
||||
if: github.event_name == 'pull_request' && steps.react-ui-changes.outputs.changed != 'true'
|
||||
run: echo "Skipping React Doctor because this pull request did not change React UI source."
|
||||
|
||||
Reference in New Issue
Block a user