Skip to content

chore(ci): Add a cron to recycle the services during the holiday period #296

chore(ci): Add a cron to recycle the services during the holiday period

chore(ci): Add a cron to recycle the services during the holiday period #296

Workflow file for this run

name: Lint GitHub Actions Workflows
on:
pull_request:
paths:
- '.github/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: Run actionlint
run: actionlint -color