Skip to content

Update main.yml

Update main.yml #1500

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- 'wip-*'
pull_request:
branches:
- 'master'
schedule:
- cron: '0 10 * * *'
jobs:
ci:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
docker run \
--rm \
-v $PWD:/mnt:ro dkhamsing/awesome_bot \
--white-list "https://gab.com/phalcon" \
--white-list "https://twitter.com/phalconphp" \
--allow-dupe \
--allow-redirect \
--skip-save-results \
-f README.md