Farshid's Weblog
Login
Posts tagged “github-actions”
Open a debugging shell in GitHub Actions with tmate
(2025-09-28)
Automatically maintaining Homebrew formulas using GitHub Actions
(2025-08-10)
actions/setup-python caching for setup.py projects
(2025-07-20)
Testing against Python 3.11 preview using GitHub Actions
(2025-05-18)
Running tests against multiple versions of a Python dependency in GitHub Actions
(2025-04-27)
Serving a JavaScript project built using Vite from GitHub Pages
(2025-04-19)
Ensure labels exist in a GitHub repository
(2025-02-09)
Attaching a generated file to a GitHub release using Actions
(2024-09-01)
GitHub Actions, Issues and Pages to build a daily planner
(2024-08-04)
Installing different PostgreSQL server versions in GitHub Actions
(2024-07-13)
Using Prettier to check JavaScript code style in GitHub Actions
(2024-06-23)
Running cog automatically against GitHub pull requests
(2024-06-08)
Conditionally running a second job in a GitHub Actions workflow
(2024-05-12)
Using grep to write tests in CI
(2024-05-11)
Running different steps on a schedule
(2024-04-13)
Emulating a big-endian s390x with QEMU
(2024-03-02)
Skipping a GitHub Actions step without failing
(2024-01-20)
Commit a file if it changed
(2023-11-25)
Only run GitHub Action on push to master / main
(2023-11-25)
Storing files in an S3 bucket between GitHub Actions runs
(2023-09-17)
Check spelling using codespell
(2023-09-10)
Using the GitHub Actions cache with npx and no package.json
(2023-09-03)
Building and deploying a custom site using GitHub Actions and GitHub Pages
(2023-08-05)
Optimizing PNGs in GitHub Actions using Oxipng
(2023-07-02)
Building Mastodon bots with GitHub Actions and toot
(2023-06-04)
GitHub Actions job summaries
(2023-04-16)
Running tests against PostgreSQL in a service container
(2023-04-09)
Creating GitHub repository labels with an Actions workflow
(2023-04-02)
Code coverage using pytest and codecov.io
(2023-03-26)
Dump out all GitHub Actions context
(2023-02-12)
Set environment variables for all steps in a GitHub Action
(2023-02-05)
Updating a Markdown table of contents with a GitHub Action
(2023-01-15)
Talking to a PostgreSQL service container from inside a Docker container
(2023-01-01)