Skip to content

style: fixes all lints and typos spotted by pre-commit #36

style: fixes all lints and typos spotted by pre-commit

style: fixes all lints and typos spotted by pre-commit #36

Workflow file for this run

name: Test redocly action
on:
push:
branches: [ main ]
paths: [ redocly/** ]
pull_request:
branches: [ main ]
paths: [ redocly/** ]
defaults:
run:
working-directory: redocly
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Test new version of the action
run: echo "Nothing to do"