Change to composite action

This commit is contained in:
Sascha Mann
2020-08-04 17:08:32 +02:00
parent d2bbf07e54
commit 8770d860a9

View File

@@ -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