Skip to content

ci(ghactions): bump coverallsapp/github-action from 2.3.1 to 2.3.2 #2107

ci(ghactions): bump coverallsapp/github-action from 2.3.1 to 2.3.2

ci(ghactions): bump coverallsapp/github-action from 2.3.1 to 2.3.2 #2107

Workflow file for this run

---
name: super-linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Run Super-Linter
uses: github/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSON: true
VALIDATE_MD: true
VALIDATE_TYPESCRIPT_ES: true
VALIDATE_YAML: true