Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
datpmt committed Dec 8, 2024
1 parent 897dee2 commit 87d5a7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/typocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python
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: Run Typocop Action
uses: ./
with:
Expand Down
12 changes: 11 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,22 @@ inputs:
runs:
using: 'composite'
steps:
- name: Set up Python
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: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'

- name: Install dependencies
- name: Install Typocop
run: |
gem install typocop
shell: bash
Expand Down

0 comments on commit 87d5a7a

Please sign in to comment.