Skip to content

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0 #354

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0 #354

Workflow file for this run

name: Pull request
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v18
with:
token: ${{ github.token }}
config_path: ".eslintrc.js"
file_extensions: |
src/**/*.ts
swagger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Generate the swagger file
run: yarn swagger