Skip to content

feat(ci): add justfile, CI workflows and dependabot #4

feat(ci): add justfile, CI workflows and dependabot

feat(ci): add justfile, CI workflows and dependabot #4

Workflow file for this run

on: [pull_request, push]
name: Zizmor
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
zizmor:
name: zizmor
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
- name: Run zizmor 🌈
run: uvx zizmor .