Skip to content

Feat/download des avatars (#12) #24

Feat/download des avatars (#12)

Feat/download des avatars (#12) #24

Workflow file for this run

name: Linter
on :
push : null
pull_request: null
jobs :
checkout:
name : Lint
runs-on : ubuntu-latest
steps :
- name : Checkout code
uses: actions/checkout@v4
env :
DEFAULT_BRANCH : main
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}