mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-20 06:28:24 +03:00
eslint + workflow formatting
- appropriate job names - only trigger on pushes to master branch & PRs - conform to formatting
This commit is contained in:
5
.github/workflows/generate-sqlite-base.yml
vendored
5
.github/workflows/generate-sqlite-base.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user