Skip to content

Completed Third Ticket: Integrating Auth0 Service to App #1

Completed Third Ticket: Integrating Auth0 Service to App

Completed Third Ticket: Integrating Auth0 Service to App #1

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
# A job to generate and publish code coverage
lint:
name: Run Lint on source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
- run: npm install
- run: npm run lint