Added automatic saving for settings and persistent storage for image filter settings #13331
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: Remark | |
on: pull_request | |
jobs: | |
Linter: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: '22.x' | |
- name: Run checks | |
run: | | |
yarn install --frozen-lockfile | |
echo "Remark version: "`npx remark --version` | |
npx remark --quiet --frail -i .remarkignore . |