Skip to content

Update Statick package version for upcoming v0.10.0 release. #44

Update Statick package version for upcoming v0.10.0 release.

Update Statick package version for upcoming v0.10.0 release. #44

Workflow file for this run

---
name: Statick
on: # NOLINT
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Statick
uses: sscpac/[email protected]
with:
profile: self_check.yaml
timings: true
- name: Statick Markdown
uses: sscpac/[email protected]
with:
config: md-config.yaml
profile: md-profile.yaml
- name: Statick Tooling
uses: sscpac/[email protected]
with:
config: tooling-config.yaml
profile: tooling-profile.yaml
user_paths: .github/workflows