Skip to content

Bump nick-fields/retry from 2 to 3 (#330) #1216

Bump nick-fields/retry from 2 to 3 (#330)

Bump nick-fields/retry from 2 to 3 (#330) #1216

Workflow file for this run

---
name: Lint
on: [pull_request, push]
jobs:
super-lint:
name: Lint files
runs-on: ubuntu-latest
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v4
# Runs the Super-Linter action
- name: Run Super-Linter
uses: github/super-linter/slim@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}