Skip to content

Commit

Permalink
chore: edit env
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed May 18, 2022
1 parent 96f827d commit 62e1490
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/workflows/sslcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,29 @@ permissions:
contents: read

jobs:
build:
setup:
runs-on: ubuntu-latest
name: "Setup"
steps:
- uses: actions/checkout@v1
- name: Setup PHP
- name: "⚙ Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- uses: actions/checkout@v3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd

- name: SSL Check
- name: "✅ Checkout repository"
uses: actions/checkout@v2

check:
runs-on: ubuntu-latest
name: "Check"
needs: setup
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: "👨‍💻 SSL Check"
run: |
chmod a+x sslcheck
./sslcheck www.gorro.com.ar tienda.gorro.com.ar www.tresdoce.com.ar www.estudiofluk.com.ar apicedes.tresdoce.com.ar www.estudiohamaca.com.ar www.adipol.com.ar jenkins.tresdoce.com.ar static-pre.tresdoce.com.ar static.tresdoce.com.ar

0 comments on commit 62e1490

Please sign in to comment.