Skip to content

Bump dependabot/fetch-metadata from 2.0.0 to 2.2.0 #786

Bump dependabot/fetch-metadata from 2.0.0 to 2.2.0

Bump dependabot/fetch-metadata from 2.0.0 to 2.2.0 #786

Workflow file for this run

name: tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: ESLint
run: npm run lint
- name: Execute tests
run: npm test
- name: Run build
run: npm run build