Skip to content

[UPD] upgraded to cloudflare/circle v1.3.7 #83

[UPD] upgraded to cloudflare/circle v1.3.7

[UPD] upgraded to cloudflare/circle v1.3.7 #83

Workflow file for this run

---
name: Linters
on:
push:
branches: master
pull_request:
branches: master
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: ture
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}