Skip to content

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 #134

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 #134

Workflow file for this run

name: JS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn
working-directory: resources
- run: yarn lint
working-directory: resources