Skip to content

Show expired artifacts instead of an access spinner #19

Show expired artifacts instead of an access spinner

Show expired artifacts instead of an access spinner #19

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run check