Skip to content

chore: update rollup@4.59.0 #95

chore: update rollup@4.59.0

chore: update rollup@4.59.0 #95

Workflow file for this run

name: Tests
permissions: {}
on:
push:
branches:
- main
pull_request:
jobs:
tests:
strategy:
matrix:
tuleap_functions:
- "artifact-post-action/auto-assign"
- "artifact-post-action/compute-risk"
- "artifact-post-action/post-action-add-comment"
runs-on: ubuntu-24.04
name: Tests (${{ matrix.tuleap_functions }})
defaults:
run:
working-directory: ${{ matrix.tuleap_functions }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
- name: Prepare
run: nix-shell --run "make prepare"
- name: Tests
run: nix-shell --pure --run "make tests"
- name: Build
run: nix-shell --pure --run "make build"
formatting_linting:
name: Check for formatting or linting issues
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
- name: Build
run: nix-shell --pure --run 'treefmt --ci'