Skip to content

feat(strings): is anagram #67

feat(strings): is anagram

feat(strings): is anagram #67

Workflow file for this run

name: Lint
on:
- push
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
lint-ruff:
strategy:
matrix:
python-version: [ '3.12' ]
name: Pylint
uses: SanctumLabs/ci-workflows/.github/workflows/python-lint-ruff.yml@main
with:
command: check

Check failure on line 19 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 19, Col: 16): Invalid input, command is not defined in the referenced workflow.
python-version: ${{ matrix.python-version }}
packager: poetry