Skip to content

feat: delete workout notification (#233) #99

feat: delete workout notification (#233)

feat: delete workout notification (#233) #99

name: test
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/*.yml
jobs:
lint:
name: workflows
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: Run actionlint
run: actionlint