Skip to content

Commit 426ff05

Browse files
authored
Merge pull request #27 from NishkarshRaj/ActionsMarketplace
Create action.yml
2 parents 1c017c6 + dde3f75 commit 426ff05

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

action.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'OpenGL Output for source code commit'
2+
description: 'Create OpenGL output for code using Freeglut package on Ubuntu'
3+
author: 'Nishkarsh Raj'
4+
inputs:
5+
src:
6+
description: '.cpp file put in action-a/'
7+
runs:
8+
using: 'docker'
9+
image: 'Dockerfile'
10+
branding:
11+
icon: 'check-circle'
12+
color: 'green'

0 commit comments

Comments
 (0)