Move ci user setup to workflow file

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

View file

@ -34,6 +34,11 @@ 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 .
git config --global --add safe.directory "$PWD"
- name: Build
run: just ci build