Skip to content

Readd Double Doors

Readd Double Doors #12

Workflow file for this run

name: Test Commit
on:
push:
branches: ["main"]
paths-ignore: [".gitattributes", ".gitignore", "LICENSE"]
jobs:
test-commit:
name: Test Commit
runs-on: ubuntu-latest
if: "!contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[ci-skip]')"
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: go install github.com/packwiz/packwiz@latest
- name: Process commit
run: ${{ github.workspace }}/.github/scripts/process-commit.sh ${{ secrets.LUNARS_PAT }}