update module to newer and more aligned to template structure
This commit is contained in:
@@ -15,4 +15,3 @@ jobs:
|
||||
uses: bitfocus/actions/.github/workflows/module-checks.yaml@main
|
||||
# with:
|
||||
# upload-artifact: true # uncomment this to upload the built package as an artifact to this workflow that you can download and share with others
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@ name: CI
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
@@ -28,4 +28,3 @@ jobs:
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Prettier Action
|
||||
uses: creyD/prettier_action@v3.3
|
||||
|
||||
Reference in New Issue
Block a user