mirror of
https://github.com/julia-actions/julia-processcoverage.git
synced 2026-02-12 11:06:58 +08:00
Change to composite action
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: 'Process Julia coverage files'
|
||||
description: 'Convert Julia coverage files into a lcov file'
|
||||
author: 'David Anthoff'
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
using: 'composite'
|
||||
steps:
|
||||
- run: julia --color=yes ${{ github.action_path }}/main.jl
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user