Skip to content

Merge pull request #54 from ja-he/refactor-editor-ui-creation #239

Merge pull request #54 from ja-he/refactor-editor-ui-creation

Merge pull request #54 from ja-he/refactor-editor-ui-creation #239

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Stylesheet verification
run: for script in ./.scripts/lint/stylesheet/* ; do $script; done