diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index af8c03f..d184ad2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,12 +1,6 @@ on: push: - branches: - - 'main' - paths: - - '.github/**' pull_request: - paths: - - '.github/**' merge_group: name: lint diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 20ddc91..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Actionlint -on: - push: - branches: - - 'main' - paths: - - '.github/**' - pull_request: - paths: - - '.github/**' - merge_group: - -jobs: - actionlint: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: actionlint - uses: raven-actions/actionlint@v1