eslint + workflow formatting

- appropriate job names
- only trigger on pushes to master branch & PRs
- conform to formatting
This commit is contained in:
Michael C
2021-12-20 23:04:41 -05:00
parent 7aa9524835
commit 3dd9024cc7
8 changed files with 31 additions and 19 deletions

View File

@@ -1,12 +1,17 @@
name: create-sqlite-base
on:
push:
branches:
- master
paths:
- databases/**
jobs:
make-base-db:
name: Generate SQLite base .db
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2