File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- open_collective : fabasoad
2+ custom : ['https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH']
3+ github : ['fabasoad']
4+ issuehunt : fabasoad
35ko_fi : fabasoad
46liberapay : fabasoad
5- issuehunt : fabasoad
6- custom : ['https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH']
7+ open_collective : fabasoad
Original file line number Diff line number Diff line change 1+ Closes #<Issue Number >
2+
13## Pull request checklist
24
35Please check if your PR fulfills the following requirements:
@@ -25,8 +27,6 @@ Please check the type of change your PR introduces:
2527## What is the current behavior?
2628<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
2729
28- Issue Number: N/A
29-
3030
3131## What is the new behavior?
3232<!-- Please describe the behavior or changes that are being added by this PR. -->
Original file line number Diff line number Diff line change 1212 timeout-minutes : 5
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2.3.1
15+ - uses : actions/checkout@v2.3.4
1616 with :
1717 ref : ${{ github.ref }}
1818 - uses : fabasoad/pascal-action@v1.0.2
Original file line number Diff line number Diff line change 1515 timeout-minutes : 5
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2.3.1
18+ - uses : actions/checkout@v2.3.4
1919 - uses : ./
2020 id : pascal
2121 with :
Original file line number Diff line number Diff line change 1212 timeout-minutes : 3
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2.3.1
15+ - uses : actions/checkout@v2.3.4
1616 - uses : burdzwastaken/hadolint-action@master
1717 env :
1818 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 timeout-minutes : 3
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2.3.1
14+ - uses : actions/checkout@v2.3.4
1515 - uses : bewuethr/shellcheck-action@v2.0.3
Original file line number Diff line number Diff line change 1212 timeout-minutes : 3
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2.3.1
16- - uses : ibiqlik/action-yamllint@v1 .0.0
15+ - uses : actions/checkout@v2.3.4
16+ - uses : ibiqlik/action-yamllint@v3 .0.0
1717 with :
1818 config_file : .yamllint.yml
1919 strict : false
20- file_or_dir : .yamllint.yml action.yml .github/**.yml
Original file line number Diff line number Diff line change 2727 name : Run Pascal script
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v1
31- - uses : fabasoad/pascal-action@v1.0.0
30+ - uses : actions/checkout@main
31+ - uses : fabasoad/pascal-action@main
3232 id : pascal
3333 with :
3434 path : ' ./HelloWorld.pas'
3737` ` `
3838
3939### Result
40- 
40+
41+ ` ` ` shell
42+ Run echo "Hello World!"
43+ Hello World!
44+ ```
You can’t perform that action at this time.
0 commit comments