Skip to content

New shadowserver naming schema #52

New shadowserver naming schema

New shadowserver naming schema #52

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: "Workflow"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"
workflow_call: null
permissions: {} # yamllint disable-line rule:braces
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
actionlint:
name: "Actionlint"
runs-on: "ubuntu-24.04"
timeout-minutes: 1
steps:
-
name: "Checkout repository"
uses: "actions/checkout@v5"
-
name: "Analyze workflow files"
uses: "docker://rhysd/actionlint:1.7.7"
with:
args: "-color -verbose -shellcheck="