linint for action

This commit is contained in:
HAHWUL 2024-01-02 01:12:05 +09:00
parent 3d05c9b2ff
commit 6f9d029ab2
3 changed files with 47 additions and 49 deletions

View File

@ -1,12 +1,12 @@
---
name: Contributors
on:
push:
branches:
- main
branches: [main]
workflow_dispatch:
inputs:
logLevel:
description: 'manual run'
description: manual run
required: false
default: ''
jobs:

View File

@ -1,11 +1,9 @@
---
name: Deploy
on:
push:
branches:
- main
branches: [main]
workflow_dispatch:
jobs:
Deploy:
runs-on: ubuntu-latest

View File

@ -1,9 +1,9 @@
---
name: YAML Lint
on:
name: YAML Lint
on:
pull_request:
branches: [ "main" ]
jobs:
branches: [main]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps: