Skip to content

Merge branch 'main' into scorecard-file-level-checks #5

Merge branch 'main' into scorecard-file-level-checks

Merge branch 'main' into scorecard-file-level-checks #5

Workflow file for this run

name: PR TOML Validator
on:
push:
paths:
- '**.toml'
pull_request:
paths:
- '**.toml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: tombi-toml/setup-tombi@cebfd308ba02edadfcee148b7473536990950c92 # v1.0.8
with:
version: 'v0.9.9'
checksum: 'b50dbc90ec27591dbaf564b628bd3b3e4ead371a60931bc8ea5f34d7cd1d3607'
- name: Validate TOML files
run: tombi lint