Skip to content

Commit

Permalink
Unify action titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 17, 2024
1 parent 4624444 commit 63c4877
Show file tree
Hide file tree
Showing 8 changed files with 1,086 additions and 487 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@ jobs:
benchmarks:
name: 📈 Benchmarks
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Set up Python 3.12
uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.12"
architecture: x64

- run: pipx install poetry

- run: poetry env use 3.12
- run: poetry install --with test
- name: Install with poetry
run: |
pipx install poetry
poetry env use 3.12
poetry install --with test
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
lint:
name: 🧹 Lint
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build:
name: 🏗️ Build
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
tests:
name: 🧪 Tests
runs-on: ubuntu-latest

strategy:
Expand Down
Loading

0 comments on commit 63c4877

Please sign in to comment.