Skip to content

Added new docker workflow for better local development #411

Added new docker workflow for better local development

Added new docker workflow for better local development #411

Workflow file for this run

name: Add a cat gif on pr push
on:
pull_request_target:
types:
- opened
- reopened
permissions:
contents: read
jobs:
cats:
name: Cat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Action Cats
uses: ruairidhwm/action-cats@1.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}