Skip to content

feat: added Microsoft as oauth provider #63

feat: added Microsoft as oauth provider

feat: added Microsoft as oauth provider #63

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: corepack enable
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Lint (code)
run: pnpm lint --fix
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc