GitHub Action used to cleaup files from previous workers on the runner.
To use the action you can add the following to your GitHub Action workflow file:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Cleanup
uses: sortlist/cleanup-action@main
None
None