Skip to content

Fix protected branch creation #823 #61

Fix protected branch creation #823

Fix protected branch creation #823 #61

Workflow file for this run

name: Run StyleLint
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
- run: node_modules/.bin/stylelint "assets/stylesheets/*.css"