Skip to content

[scorecard] update README #26

[scorecard] update README

[scorecard] update README #26

Workflow file for this run

name: validate modules
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
modules:
- ansible
- ansible-lint
- awesome-ci
- black
- checkmake
- conftest
- devbox
- devenv
- flakestry
- flox
- gofmt
- golint
- jsonlint
- kubeval
- nix
- open-policy-agent
- php-cs-fixer
- phpcbf
- phpcs
- pkgx
- r2-sync
- rtx
- scorecard
- shellcheck
- terraform-docs
- wiremock
- yamllint
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v4
- name: Run Dagger Pipelines
run: |
deno run -A src/dagger/list_jobs.ts
dagger functions
working-directory: ${{ matrix.modules }}