Skip to content

symlink -> hardlink

symlink -> hardlink #2

Workflow file for this run

name: Check for unused dependencies
on:
push:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: always.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
treeshake:
runs-on:

Check failure on line 19 in .github/workflows/treeshake.yml

View workflow run for this annotation

GitHub Actions / Check for unused dependencies

Invalid workflow file

The workflow is not valid. .github/workflows/treeshake.yml (Line: 19, Col: 13): Unexpected value ''
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-treeshake@main