mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Workflows
This commit is contained in:
parent
cd336930a5
commit
773c9a2300
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Cypress
|
||||
|
||||
# Controls when the action will run.
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
LANG: "de_DE.UTF-8"
|
||||
|
||||
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Docker build
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,7 +3,7 @@
|
||||
name: Tests
|
||||
|
||||
# Controls when the action will run.
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
# Label of the container job
|
||||
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -25,5 +25,8 @@
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"[yaml]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user