Skip to content

Bump github.com/samber/lo from 1.39.0 to 1.46.0 #8

Bump github.com/samber/lo from 1.39.0 to 1.46.0

Bump github.com/samber/lo from 1.39.0 to 1.46.0 #8

Workflow file for this run

name: Lint
on:
pull_request:
types: [ opened, synchronize ]
branches:
- main
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Super-linter
uses: super-linter/[email protected]
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}