Skip to content

Update mpepping/cyberchef Docker tag to v10.7.0 #1331

Update mpepping/cyberchef Docker tag to v10.7.0

Update mpepping/cyberchef Docker tag to v10.7.0 #1331

Workflow file for this run

---
name: yamllint
on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 5 * * 0"
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
uses: actions/checkout@v4
- name: Run yamllint
run: |
python3 --version
pip3 install --user yamllint
yamllint --version
yamllint .