Skip to content

chore(deps): update dependency community.crypto to v2.22.3 (#230) #561

chore(deps): update dependency community.crypto to v2.22.3 (#230)

chore(deps): update dependency community.crypto to v2.22.3 (#230) #561

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}