Skip to content

fix: allow make allow-non-admin set owner to root #4

fix: allow make allow-non-admin set owner to root

fix: allow make allow-non-admin set owner to root #4

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
paths-ignore:
- "README.md"
pull_request:
branches: ["main"]
paths-ignore:
- "README.md"
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build