Migrate to forgejo #62

Merged
andras merged 4 commits from asch/migrate-to-forgejo into main 2026-05-23 08:20:33 +01:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit 17a96be0fc - Show all commits

View file

@ -59,6 +59,11 @@ jobs:
| sh -s -- -y --default-toolchain none --profile minimal
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
- name: Install uv
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Lint
run: scripts/lint.sh

View file

@ -63,6 +63,11 @@ jobs:
| sh -s -- -y --default-toolchain none --profile minimal
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
- name: Install uv
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Lint
run: scripts/lint.sh