Skip to content

Added typing hints and type checking across the board + implementation of "RepeatClimateReactAction" feature #105

Added typing hints and type checking across the board + implementation of "RepeatClimateReactAction" feature

Added typing hints and type checking across the board + implementation of "RepeatClimateReactAction" feature #105

Workflow file for this run

name: Run Linting
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
run: npm i @stylistic/eslint-plugin @eslint/js eslint globals
- name: Run ESLint
# run: npx eslint . --config .eslintrc.json
# run: npx -p @stylistic/eslint-plugin -p @eslint/js -p eslint -p globals -c 'eslint .'
run: npx eslint .