Skip to content

Iframes support

Iframes support #13

Workflow file for this run

name: Coding style
on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
jobs:
eslint:
name: Eslint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Eslint
run: npm run eslint