diff --git a/action.yml b/action.yml index 81fc736d..cecda76c 100644 --- a/action.yml +++ b/action.yml @@ -21,14 +21,14 @@ runs: using: 'composite' steps: - name: Set up Python - uses: actions/setup-python@v3 - with: - python-version: '3.14.0-alpha.1' + uses: actions/setup-python@v3 + with: + python-version: '3.14.0-alpha.1' - - name: Install typos - run: | - python3 -m pip install --upgrade pip - pip install typos + - name: Install typos + run: | + python3 -m pip install --upgrade pip + pip install typos - name: Setup Ruby uses: ruby/setup-ruby@v1