Skip to content

Commit

Permalink
Update styles for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Oct 28, 2024
1 parent e7847a5 commit 91bf71a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Publish to CPAN

on:
push:
branches:
- "release/*"
branches: [release/*]

jobs:
publish-ui:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Show Python version
run: python --version

- uses: cucumber/action-publish-pypi@v3.0.0
with:
working-directory: "python"
1 change: 0 additions & 1 deletion .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
go-version: '1.21.x'
- os: macos-latest
go-version: '1.21.x'

steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
java: '17'
- os: macos-latest
java: '17'

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: '20.x'
- os: macos-latest
node-version: '20.x'

steps:
- name: set git core.autocrlf to 'input'
run: git config --global core.autocrlf input
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,17 @@ jobs:
strategy:
matrix:
perl: [ "5.14", "5.20", "5.26", "5.32" ]

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
working-directory: perl

- name: Run tests
working-directory: perl
run: make test

# Run author tests second so as to not 'contaminate' the environment
# with dependencies listed as author deps when they should have been
# listed as general deps
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ jobs:
matrix:
os:
- ubuntu-latest
python-version: [ "3.x", "pypy-3.10" ]
# DISABLED: python-version: [ '3.x', '2.x' ]
# include:
# - os: macos-latest
# python-version: '3.x'

python-version: ["3.x","pypy-3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
ruby: '3.2'
- os: macos-latest
ruby: '3.2'

steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 91bf71a

Please sign in to comment.