Skip to content

Merge pull request #268 from mamantoha/dependabot/npm_and_yarn/fortaw… #1235

Merge pull request #268 from mamantoha/dependabot/npm_and_yarn/fortaw…

Merge pull request #268 from mamantoha/dependabot/npm_and_yarn/fortaw… #1235

Workflow file for this run

name: ESLint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run eslint