Skip to content

Fixed the incorrect model names #29

Fixed the incorrect model names

Fixed the incorrect model names #29

Workflow file for this run

name: Lint Actions
on:
pull_request:
paths:
- '.github/workflows/**'
- '**/action.yml'
- '**/action.yaml'
push:
branches:
- main
paths:
- '.github/workflows/**'
- '**/action.yml'
- '**/action.yaml'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Run actionlint
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2.1.1
with:
fail-on-error: true
# Disable shellcheck - it reports info/style warnings as errors
# We care about YAML structure and action syntax, not shell style
shellcheck: false