Skip to content

updated readme file for clear instructions #10

updated readme file for clear instructions

updated readme file for clear instructions #10

Workflow file for this run

name: Super-linter
on: push
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: checkout-code
uses: actions/checkout@v2
- name: Run super linter
uses: github/super-linter@v3
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}