Skip to content

Bump lodash from 4.17.21 to 4.17.23 #12

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #12

Workflow file for this run

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

(Line: 14, Col: 9): Unexpected value 'run', (Line: 15, Col: 9): 'run' is already defined
name: Test
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
run: npm i
run: npm run test