Skip to content

test

test #178

Workflow file for this run

name: test
on:
push:
schedule:
- cron: '0 0 * * 0' # Run every Sunday
jobs:
ping-websites:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/[email protected]
with:
bundler-cache: true
ruby-version: 2.7
- name: Ping Websites
run: $GITHUB_WORKSPACE/script/ping_websites.rb