Skip to content

Commit

Permalink
Add branding. Add badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Mar 20, 2020
1 parent 56d76fc commit 66e5e54
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Pascal
name: Pascal (latest)

on: push

Expand All @@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run fabasoad/pascal-action@v1.0.0
uses: ./
- uses: Run fabasoad/pascal-action@v1.0.0
id: pascal
with:
path: './HelloWorld.pas'
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/pascal-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Pascal (master)

on: push

jobs:
pascal:
name: Run Pascal script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: fabasoad/pascal-action@master
id: pascal
with:
path: './HelloWorld.pas'
- name: Print result
run: echo "${{ steps.pascal.outputs.result }}"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.vscode/
docker-compose.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run Pascal script action
![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)
[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)

This action runs Pascal script.

Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: 'Run Pascal script'
description: 'This action runs Pascal script.'
# branding:
# icon: list
# color: gray-dark
branding:
icon: terminal
color: gray-dark
inputs:
path:
description: 'Path to the script file.'
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66e5e54

Please sign in to comment.