Skip to content

build(deps): bump google-github-actions/release-please-action #265

build(deps): bump google-github-actions/release-please-action

build(deps): bump google-github-actions/release-please-action #265

Workflow file for this run

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