Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 609 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 609 Bytes

Easol Theme Validation

This action will validate an Easol theme.

Usage

lint.yml Example

Place a .yml file such as this one in your .github/workflows folder. Refer to the documentation on workflow YAML syntax here.

The example below is configured to run the linter every time a new commit is pushed to any branch.

name: Theme Lint
on: push
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Canvas Lint
        uses: easolhq/canvas-linter-action@v1.0.0