mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/refactor (#209)
* Change code style to 1TBS
* refactor creating ".ssh" directoy
* Add Windows-2022 / macOS-11 / macOS-12 / Ubuntu-22.04
Drop Ubuntu-16.04
* Drop centos:8 (Docker container)
* add CentOS 8 Stream (Docker container)
* use YAML alias
* Revert "use YAML alias"
This reverts commit 1ddbc7fde8
.
* update .eslintrc
* move calling main to front
This commit is contained in:
parent
b38d88da8a
commit
adea214356
13 changed files with 324 additions and 247 deletions
10
.github/workflows/verify-on-container-alpine.yml
vendored
10
.github/workflows/verify-on-container-alpine.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -44,6 +45,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -73,6 +75,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -104,6 +107,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -139,6 +143,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -170,6 +175,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -205,6 +211,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -236,6 +243,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -272,6 +280,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
@ -303,6 +312,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- alpine:3.10
|
||||
- alpine:3.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue