Skip to content

feat: update metadata gathering #30

feat: update metadata gathering

feat: update metadata gathering #30

Workflow file for this run

name: Code linting
on: ["push"]
jobs:
lint:
name: Code linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Run Codacy Analysis
uses: codacy/codacy-analysis-cli-action@master
with:
upload: true
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}