Skip to content

Remove guardian on watsonx recipe #9

Remove guardian on watsonx recipe

Remove guardian on watsonx recipe #9

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: Lint
on:
pull_request:
branches:
- main
paths:
- '**.md'
- '.markdownlint-cli2.yaml'
- '.github/workflows/lint.ya?ml' # This workflow
env:
LC_ALL: en_US.UTF-8
defaults:
run:
shell: bash
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: "Harden Runner"
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
disable-sudo-and-containers: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
files.pythonhosted.org:443
fonts.google.com:443
fonts.gstatic.com:443
github.com:443
objects.githubusercontent.com:443
pypi.org:443
- name: 'Checkout'
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: "Check Markdown documents"
uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24.1.0