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

Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.15.0 #643

Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.15.0

Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.15.0 #643

Workflow file for this run

name: 'CI'
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
- name: Use Node.js v16
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install Packages
run: yarn install
- name: Format Check
run: yarn format:check
- name: Lint
run: yarn lint:check
- name: Typecheck
run: yarn type:check
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
- name: Use Node.js v16
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install Packages
run: yarn install
- name: Test
run: yarn test
- id: runAction
name: Run Action Code
uses: ./
with:
webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
text: This is a new commit - ${{ github.sha }}
username: 'Slack Bot'