Skip to content

Commit

Permalink
Merge pull request #8 from atsign-company/cpswan-crlf-lf
Browse files Browse the repository at this point in the history
fix: convert CRLF to LF
  • Loading branch information
gkc authored Nov 18, 2022
2 parents d1c9b70 + af99857 commit e33db58
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Certinfo

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: atsign-company/certinfo-action@v1

- name: Get certinfo for root server
run: certinfo root.atsign.org:64
name: Certinfo

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: atsign-company/certinfo-action@v1

- name: Get certinfo for root server
run: certinfo root.atsign.org:64
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: atsign-company/certinfo-action@v1

- name: Get certinfo for root server
Expand All @@ -37,6 +37,10 @@ jobs:
# Version History
## v1.0.1
* Converted action.yml and test.yml from CRLF to LF
* Bumped checkout to v3 in example
## v1.0
* Promoted to 1.0
Expand Down
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "Install Certinfo"
description: "Copy Certinfo binary and add it to the PATH"
branding:
icon: shield
color: blue
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/setup.sh
name: "Install Certinfo"
description: "Copy Certinfo binary and add it to the PATH"
branding:
icon: shield
color: blue
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/setup.sh
shell: bash

0 comments on commit e33db58

Please sign in to comment.