Skip to content

fix: commonMetadata compilation errors #1

fix: commonMetadata compilation errors

fix: commonMetadata compilation errors #1

Workflow file for this run

name: Validate Workflows
on:
push:
paths:
- '.github/actions/**.yml'
- '.github/workflows/*.yml'
pull_request:
paths:
- '.github/actions/**.yml'
- '.github/workflows/*.yml'
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
files.pythonhosted.org:443
github.com:443
objects.githubusercontent.com:443
pypi.org:443
raw.githubusercontent.com:443
registry.npmjs.org:443
- uses: actions/checkout@v4
- uses: ./.github/actions/actionlint