Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.6 to 6.7.3 #1058

Bump @typescript-eslint/eslint-plugin from 5.59.6 to 6.7.3

Bump @typescript-eslint/eslint-plugin from 5.59.6 to 6.7.3 #1058

Workflow file for this run

on: push
name: CI
jobs:
content:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 16
cache: 'npm'
- name: Install
run: npm install
- name: script/cibuild-content
run: script/cibuild-content
code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 16
cache: 'npm'
- name: script/bootstrap
run: script/bootstrap
- name: script/cibuild-code
run: script/cibuild-code
lighthouse:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- run: bundle exec jekyll build
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JEKYLL_ENV: production
PAGES_ENV: dotcom
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}