Move ci user setup to workflow file
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-21 09:35:38 -03:00
commit fa59f13fa4
2 changed files with 8 additions and 3 deletions

View file

@ -34,6 +34,9 @@ jobs:
- name: Setup additional tooling
run: .forgejo/workflows/setup-tools.sh
- name: Setup permissions for ci user
run: useradd -m ci && chown -R ci:ci .
- name: Build
run: just ci build