mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
chore: linting (#7)
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com> Co-authored-by: malbert69 <m_albert@hotmail.com> Co-authored-by: Ion Caza <contact@johncaza.com>
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
name: ci
|
||||
on: push
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x]
|
||||
node-version: [14.x]
|
||||
name: Lint
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
Reference in New Issue
Block a user