Skip to content

Delete .github/dependabot.yml #360

Delete .github/dependabot.yml

Delete .github/dependabot.yml #360

Workflow file for this run

name: Test Workflow
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build