Skip to content

feat: add capability to autodetect if content header is ambiguous + w… #1

feat: add capability to autodetect if content header is ambiguous + w…

feat: add capability to autodetect if content header is ambiguous + w… #1

Workflow file for this run

name: Repo checks
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm
- name: Run tests
uses: ospfranco/[email protected]
with:
post-comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_CONTEXT: ${{ toJson(github) }}