Skip to content

Merge branch 'tests' of https://github.com/Defirence/javascript into … #28

Merge branch 'tests' of https://github.com/Defirence/javascript into …

Merge branch 'tests' of https://github.com/Defirence/javascript into … #28

Workflow file for this run

on:
push:
branches:
- 'main'
- 'dev'
- 'tests'
name: eslint
jobs:
eslint:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js and Yarn
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run ESLint
run: npx eslint .