Skip to content

Merge pull request #87 from sul-dlss/21-paging #112

Merge pull request #87 from sul-dlss/21-paging

Merge pull request #87 from sul-dlss/21-paging #112

Workflow file for this run

# This workflow executes several linters on changed files based on languages used in your code base whenever
# you push a code or open a pull request.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/github/super-linter
name: Lint Code Base
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: stylelint
uses: actions-hub/stylelint@master
env:
PATTERN: "styles/*.css"