Skip to content

chore(deps): bump @vueuse/integrations from 12.0.0 to 12.1.0 in /web … #183

chore(deps): bump @vueuse/integrations from 12.0.0 to 12.1.0 in /web …

chore(deps): bump @vueuse/integrations from 12.0.0 to 12.1.0 in /web … #183

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