Skip to content

Commit 66e5e54

Browse files
committed
Add branding. Add badges.
1 parent 56d76fc commit 66e5e54

6 files changed

Lines changed: 23 additions & 8 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Pascal
2+
name: Pascal (latest)
33

44
on: push
55

@@ -9,8 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Run fabasoad/pascal-action@v1.0.0
13-
uses: ./
12+
- uses: Run fabasoad/pascal-action@v1.0.0
1413
id: pascal
1514
with:
1615
path: './HelloWorld.pas'
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Pascal (master)
3+
4+
on: push
5+
6+
jobs:
7+
pascal:
8+
name: Run Pascal script
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v1
12+
- uses: fabasoad/pascal-action@master
13+
id: pascal
14+
with:
15+
path: './HelloWorld.pas'
16+
- name: Print result
17+
run: echo "${{ steps.pascal.outputs.result }}"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.vscode/
2-
docker-compose.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Run Pascal script action
2-
![Dockerfile Lint](https://github.com/fabasoad/pascal-action/workflows/Dockerfile%20Lint/badge.svg) ![Shell Lint](https://github.com/fabasoad/pascal-action/workflows/Shell%20Lint/badge.svg) [GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/fabasoad/pascal-action?include_prereleases)
2+
[GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/fabasoad/pascal-action?include_prereleases) ![Pascal (latest)](https://github.com/fabasoad/pascal-action/workflows/Pascal%20(latest)/badge.svg) ![Pascal (master)](https://github.com/fabasoad/pascal-action/workflows/Pascal%20(master)/badge.svg) ![YAML Lint](https://github.com/fabasoad/pascal-action/workflows/YAML%20Lint/badge.svg) ![Dockerfile Lint](https://github.com/fabasoad/pascal-action/workflows/Dockerfile%20Lint/badge.svg) ![Shell Lint](https://github.com/fabasoad/pascal-action/workflows/Shell%20Lint/badge.svg)
33

44
This action runs Pascal script.
55

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: 'Run Pascal script'
33
description: 'This action runs Pascal script.'
4-
# branding:
5-
# icon: list
6-
# color: gray-dark
4+
branding:
5+
icon: terminal
6+
color: gray-dark
77
inputs:
88
path:
99
description: 'Path to the script file.'

screenshot.png

-15.9 KB
Loading

0 commit comments

Comments
 (0)