Skip to content

Add a view for a backlog of tasks/events #198

Add a view for a backlog of tasks/events

Add a view for a backlog of tasks/events #198

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