Farshid's Weblog

Posts tagged “github-actions”

  1. Open a debugging shell in GitHub Actions with tmate
  2. Automatically maintaining Homebrew formulas using GitHub Actions
  3. actions/setup-python caching for setup.py projects
  4. Testing against Python 3.11 preview using GitHub Actions
  5. Running tests against multiple versions of a Python dependency in GitHub Actions
  6. Serving a JavaScript project built using Vite from GitHub Pages
  7. Ensure labels exist in a GitHub repository
  8. Attaching a generated file to a GitHub release using Actions
  9. GitHub Actions, Issues and Pages to build a daily planner
  10. Installing different PostgreSQL server versions in GitHub Actions
  11. Using Prettier to check JavaScript code style in GitHub Actions
  12. Running cog automatically against GitHub pull requests
  13. Conditionally running a second job in a GitHub Actions workflow
  14. Using grep to write tests in CI
  15. Running different steps on a schedule
  16. Emulating a big-endian s390x with QEMU
  17. Skipping a GitHub Actions step without failing
  18. Commit a file if it changed
  19. Only run GitHub Action on push to master / main
  20. Storing files in an S3 bucket between GitHub Actions runs
  21. Check spelling using codespell
  22. Using the GitHub Actions cache with npx and no package.json
  23. Building and deploying a custom site using GitHub Actions and GitHub Pages
  24. Optimizing PNGs in GitHub Actions using Oxipng
  25. Building Mastodon bots with GitHub Actions and toot
  26. GitHub Actions job summaries
  27. Running tests against PostgreSQL in a service container
  28. Creating GitHub repository labels with an Actions workflow
  29. Code coverage using pytest and codecov.io
  30. Dump out all GitHub Actions context
  31. Set environment variables for all steps in a GitHub Action
  32. Updating a Markdown table of contents with a GitHub Action
  33. Talking to a PostgreSQL service container from inside a Docker container