Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: Use workflows for fledge
  • Loading branch information
krlmlr committed Nov 9, 2025
commit 36eb3214335d7a1f44e7f95d149adf64ac0ac1b9
15 changes: 2 additions & 13 deletions .github/workflows/fledge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,14 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Configure Git identity
run: |
env | sort
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
shell: bash
- uses: ./.github/workflows/git-identity

- name: Update apt
run: |
sudo apt-get update
shell: bash

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/workflows/install
with:
pak-version: devel
packages: cynkra/fledge
Expand Down