Skip to content

add socat-forward

add socat-forward #89

Workflow file for this run

name: Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: Checkout the code
uses: actions/checkout@v6
- name: Check the YAML in .github and containers
run: |
docker run \
--rm \
--volume "$(pwd):/work" \
backplane/yamllint \
-f github \
.