build(deps): bump postcss, autoprefixer, css-loader and postcss-loader #6651
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: Linting | |
on: [pull_request] | |
jobs: | |
prose: | |
name: Linting with Vale | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Vale Linter | |
uses: errata-ai/vale-action@reviewdog | |
with: | |
onlyAnnotateModifiedLines: true | |
env: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |