Skip to content

Remove bot check for existing comments #122

Remove bot check for existing comments

Remove bot check for existing comments #122

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm ci
- run: npm run build
- run: npm test
- name: Report Compressed Size
uses: ./
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: index.js