Skip to content

chore(deps): bump braces and jest #21

chore(deps): bump braces and jest

chore(deps): bump braces and jest #21

Workflow file for this run

name: "test-action"
on:
pull_request:
jobs:
test:
name: Lint OpenAPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# (optional) set the node version if you do not want to use the one specified in Github environment
# see Software installed on GitHub-hosted runners
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file-glob: sample/*.yml