Skip to content

Commit

Permalink
Upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Nov 30, 2020
1 parent e5fda94 commit a57692b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 15 deletions.
7 changes: 4 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
open_collective: fabasoad
custom: ['https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH']
github: ['fabasoad']
issuehunt: fabasoad
ko_fi: fabasoad
liberapay: fabasoad
issuehunt: fabasoad
custom: ['https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH']
open_collective: fabasoad
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Closes #<Issue Number>

## Pull request checklist

Please check if your PR fulfills the following requirements:
Expand Down Expand Up @@ -25,8 +27,6 @@ Please check the type of change your PR introduces:
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->

Issue Number: N/A


## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lastest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4
with:
ref: ${{ github.ref }}
- uses: fabasoad/pascal-action@v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4
- uses: ./
id: pascal
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4
- uses: burdzwastaken/hadolint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4
- uses: bewuethr/shellcheck-action@v2.0.3
5 changes: 2 additions & 3 deletions .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: ibiqlik/action-yamllint@v1.0.0
- uses: actions/checkout@v2.3.4
- uses: ibiqlik/action-yamllint@v3.0.0
with:
config_file: .yamllint.yml
strict: false
file_or_dir: .yamllint.yml action.yml .github/**.yml
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: Run Pascal script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: fabasoad/pascal-action@v1.0.0
- uses: actions/checkout@main
- uses: fabasoad/pascal-action@main
id: pascal
with:
path: './HelloWorld.pas'
Expand All @@ -37,4 +37,8 @@ jobs:
```
### Result
![Result](https://raw.githubusercontent.com/fabasoad/pascal-action/main/screenshot.png)
```shell
Run echo "Hello World!"
Hello World!
```
Binary file removed screenshot.png
Binary file not shown.

0 comments on commit a57692b

Please sign in to comment.