Skip to content

Commit

Permalink
Merge pull request #60 from jeedom/master
Browse files Browse the repository at this point in the history
delete workflows
  • Loading branch information
rocket13011 authored Sep 28, 2023
2 parents 900ac2c + b994228 commit 3afb8e8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 141 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/codeLintGlobal.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/lint_Php73.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/lint_Php74.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/php.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/work.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- beta
pull_request:
branches:
- beta
- master

name : 'Test Plugin Jeedom'

jobs:
codeLintGlobal:
uses: jeedom/workflows/.github/workflows/codeLintGlobal.yml@main
php73:
uses: jeedom/workflows/.github/workflows/lint_Php73.yml@main
php74:
uses: jeedom/workflows/.github/workflows/lint_Php74.yml@main
php:
uses: jeedom/workflows/.github/workflows/php.yml@main

0 comments on commit 3afb8e8

Please sign in to comment.