Skip to content

fix: ci, .gitignore and rust toolchain updates, lint fixes #1

fix: ci, .gitignore and rust toolchain updates, lint fixes

fix: ci, .gitignore and rust toolchain updates, lint fixes #1

Workflow file for this run

name: PR

Check failure on line 1 in .github/workflows/lint-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-pr.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: main
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
name: Lint
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest