Skip to content

GitHub Action for validating an Easol theme

Notifications You must be signed in to change notification settings

easolhq/canvas-linter-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[email protected]