Skip to content

Implements new input 'remove-older-than' #94

Implements new input 'remove-older-than'

Implements new input 'remove-older-than' #94

Workflow file for this run

##
# Run unit test and the action itself
##
name: Unit Test
on:
pull_request:
push:
branches:
- main
- feature/**
jobs:
# test action works running from the graph
test:
name: "Test /w node v${{ matrix.version }}"
runs-on: ubuntu-latest
strategy:
matrix:
version: [20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
cache: 'npm'
- run: npm ci
- uses: ./
with:
token: ${{ github.token }}