This action will validate an Easol theme.
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]