Skip to content

Bump eslint-config-next from 13.4.19 to 13.5.1 #11

Bump eslint-config-next from 13.4.19 to 13.5.1

Bump eslint-config-next from 13.4.19 to 13.5.1 #11

Workflow file for this run

name: Build-Checks
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "master" ]
jobs:
Ubuntu-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: yarn install
- name: Lint
run: yarn run lint
- name: Build
run: yarn run build
Windows-Build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: yarn install
- name: Lint
run: yarn run lint
- name: Build
run: yarn run build
MacOS-Build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: yarn install
- name: Lint
run: yarn run lint
- name: Build
run: yarn run build