Skip to content

edit dependabot.yml

edit dependabot.yml #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
run: |
npm ci
npm run lint