Skip to content

Commit

Permalink
chore(actions): enable ci on linting fixes (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored and aquemy committed May 24, 2023
1 parent 1087008 commit c1ffb87
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
prepare:
name: Calculate Version and Build Number
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

outputs:
version: ${{ steps.version.outputs.value }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

prerelease-tag:
name: Create Prerelease Tag
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs:
- prepare
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
prepare:
name: Calculate Version and Build Number
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

outputs:
build_number: ${{ steps.build_number.outputs.value }}
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
docs-changelog:
if: needs.prepare.outputs.new_release == 'true'
name: Update changelog on docs
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs: prepare

Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Create Prerelease Tag
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs:
- prepare
Expand All @@ -128,7 +128,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Draft Release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs:
- prepare
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
commitlint:
name: Lint commit message
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
lint:
if: github.actor != 'renovate[bot]'
name: Lint source code
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
if [[ `git status --porcelain --untracked-files=no` ]]; then
echo "CHANGES=true" >> $GITHUB_OUTPUT
git add -u
git commit -m "[skip ci] Code formatting" -a
git commit -m "fix(linting): code formatting" -a
else
echo "CHANGES=false" >> $GITHUB_OUTPUT
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
package:
name: Build and Package
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

publish-pypi:
name: Publish packages to PyPi
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs: package

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
package:
name: Build and Package
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

upload-assets:
name: Upload Assets to Release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs: package

Expand All @@ -75,7 +75,7 @@ jobs:

publish-pypi:
name: Publish packages to PyPi
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs: package

Expand All @@ -92,7 +92,7 @@ jobs:

docs_and_examples:
name: Documentation and Examples
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-22.04 ]
python-version: [ 3.8 ]
pandas: ["pandas>1.1"]
numpy: ["numpy"]
Expand All @@ -28,23 +28,23 @@ jobs:
# python-version: 3.6
# pandas: "pandas>1.1"
# numpy: "numpy"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: 3.7
pandas: "pandas>1.1"
numpy: "numpy"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: 3.8
pandas: "pandas>1.1"
numpy: "numpy"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: 3.9
pandas: "pandas>1.1"
numpy: "numpy"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.10"
pandas: "pandas>1.1"
numpy: "numpy"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.11"
pandas: "pandas>1.1"
numpy: "numpy"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-22.04 ]
python-version: [ 3.8 ]
pandas: [ "pandas>1.1"]
numpy: ["numpy"]
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
continue-on-error: True
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-22.04 ]
python-version: [3.7, 3.8]
pandas: ["pandas==0.25.3", "pandas==1.0.5", "pandas>1.1"]
spark: ["2.3.0", "2.4.7", "3.0.1"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
label_issues:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
issues: write
Expand Down

0 comments on commit c1ffb87

Please sign in to comment.