Skip to content

Merge pull request #1201 from storyblok/feat/next-rsc-support #54

Merge pull request #1201 from storyblok/feat/next-rsc-support

Merge pull request #1201 from storyblok/feat/next-rsc-support #54

Workflow file for this run

name: Run linters
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run Lint
run: npm run lint