Skip to content

fix: add circular import detection and duplicate key validation #5

fix: add circular import detection and duplicate key validation

fix: add circular import detection and duplicate key validation #5

Workflow file for this run

name: actionlint
on:
push:
branches:
- main
paths:
- .github/workflows/**
pull_request:
branches:
- main
paths:
- .github/workflows/**
jobs:
actionlint:
name: Lint GitHub Actions workflows
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run actionlint
uses: rhysd/actionlint@v1.7.10