Skip to content

Update stylelint to version 16, get rid of Jest and other updates and cleanups #9

Update stylelint to version 16, get rid of Jest and other updates and cleanups

Update stylelint to version 16, get rid of Jest and other updates and cleanups #9

Workflow file for this run

name: Git checks
on: [ pull_request ]
jobs:
block-merge-with-autosquash-commits:
runs-on: ubuntu-22.04
steps:
- name: Block merge with autosquash commits
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}