Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

build(deps): bump axios and @slack/bolt #72

build(deps): bump axios and @slack/bolt

build(deps): bump axios and @slack/bolt #72

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
container: node:18.16.0
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Linter
run: |
npm ci
npm run lint