mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
chore: setup semantic-release
This commit is contained in:
7
.github/workflows/Divlo.yml
vendored
7
.github/workflows/Divlo.yml
vendored
@ -1,12 +1,10 @@
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: 'Divlo'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master, development]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, development]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
@ -28,6 +26,7 @@ jobs:
|
||||
path: '.npm'
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
||||
|
||||
- run: 'npm install --global npm@7'
|
||||
- run: 'npm ci --cache .npm --prefer-offline'
|
||||
- run: 'npm run lint:commit -- --to "${{ github.sha }}"'
|
||||
- run: 'npm run lint:docker'
|
||||
|
Reference in New Issue
Block a user