Add note for webpack v4 with mini-css-extract-plugin #243
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check all tasks are completed | |
on: | |
pull_request: | |
types: [opened, edited] | |
jobs: | |
task-checklist: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/task-checklist |