Skip to content

Merge pull request #161 from hullcss/dependabot/github_actions/action… #268

Merge pull request #161 from hullcss/dependabot/github_actions/action…

Merge pull request #161 from hullcss/dependabot/github_actions/action… #268

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
cache: yarn
- run: yarn
- run: yarn run lint-ci