Skip to content

fix: use SocialGouv PAT in place of Github Token #573

fix: use SocialGouv PAT in place of Github Token

fix: use SocialGouv PAT in place of Github Token #573

Workflow file for this run

name: Lint
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 14.x
- run: yarn
- run: yarn lint