Skip to content

Add share your achievement section to exercise-finished readme template #73

Add share your achievement section to exercise-finished readme template

Add share your achievement section to exercise-finished readme template #73

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
statuses: write # To report GitHub Actions status checks
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter/slim@v7.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_CHECKOV: true