Skip to content

add dependabot configuration (#10) #5

add dependabot configuration (#10)

add dependabot configuration (#10) #5

Workflow file for this run

name: linting
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run linting
run: npm run lint;