Skip to content

Update Razdfile.yml

Update Razdfile.yml #2

Workflow file for this run

name: Test with Razd
on:
push:
branches:
- "**"
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: razd-cli/razd-action-mise@v1
- name: Install and verify
run: |
razd --version
razd install --yes
razd dev