Skip to content

feat: theme and badge workflow add prettier (#5) #40

feat: theme and badge workflow add prettier (#5)

feat: theme and badge workflow add prettier (#5) #40

Workflow file for this run

name: Make Request to URL
on:
push:
branches: [master]
jobs:
make-request:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: Make a GET request to a URL
run: |
curl monkeytype-readme.repl.co/GITPULL