Skip to content

Merge branch 'dev' of https://github.com/raphckrman/turboself-api int… #19

Merge branch 'dev' of https://github.com/raphckrman/turboself-api int…

Merge branch 'dev' of https://github.com/raphckrman/turboself-api int… #19

Workflow file for this run

name: ESLint
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm i
- name: Run ESLint
run: npm run lint