タグ

Github Actionsに関するsh19eのブックマーク (27)

  • GitHub Hackathons: Build something new with us

    Build something new with us Already your home for innovation, GitHub is now hosting global hackathons and promoting hackathons in your community. Plus check out our tips, tricks, resources, and share with the other 56+ million developers on GitHub. Github Actions HackathonUse GitHub Actions from our Hackathons Two of our latest GitHub Hackathons have been around GitHub Actions. We encourage you to

    GitHub Hackathons: Build something new with us
  • GitHub Actions: API Beta · GitHub Changelog

    AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

    GitHub Actions: API Beta · GitHub Changelog
  • Continuous Integration for Terraform Modules with GitHub Actions

    PackerBuild and manage images as code​​​​‌‍​‍​‍‌‍‌​‍‌‍‍‌‌‍‌‌‍‍‌‌‍‍​‍​‍​‍‍​‍​‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍​‍​‍​​‍​‍‌‍‍​‌​‍‌‍‌‌‌‍‌‍​‍​‍​‍‍​‍​‍‌‍‍​‌‌​‌‌​‌​​‌​​‍‍​‍​‍‌‍‍​‌‍​‌‌​‌‍‍​‌‍‍‌‌‍​‌‍‌​‍‌​​​‍‍‌‍​‌‌‍‌​‌‍‌‌‍‍‌‌‍‍​‍‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍‌‍‌‌‌‍‌​‌‍‍‌‌‌​‌‍‌​‍​‍‌‍‍‌‌‌​‌‍‌‌‌‍‌‌‌‌‌​‌‍‌‌​​‌‍‌‌‌​​‍‌‌‍‌​‌‍‌‍‌‍

    Continuous Integration for Terraform Modules with GitHub Actions
  • GitHub Actions でキャッシュを使った高速化 - 生産性向上ブログ

    GitHub Actions Advent Calendar 2019 の 15 日目の記事です。 この記事では、GitHub Actions のキャッシュ機能について解説します。 目次 CI/CD とキャッシュ 簡単な例 (npm) 実験用リポジトリ作成 キャッシュ actions/cache Inputs と Outputs キーのマッチング順序 ビルド失敗時 キャッシュクリア 複数 OS で matrix ビルドするときのキャッシュ 言語ごとの例 アーティファクトとキャッシュの違い 制限事項 注意事項 まとめ CI/CD とキャッシュ CI/CD のビルドでは、リポジトリが依存するパッケージのダウンロードが原因でビルド時間が長くなってしまうことがよくあります。近年の CI/CD ではビルドごとに完全にクリーンな実行環境が用意され、前回のビルドでダウンロードしたファイルが持ち越されない

    GitHub Actions でキャッシュを使った高速化 - 生産性向上ブログ
  • Amazon Elastic Container Service で複数の GitHub Actions が公開

    今回、GitHub Actions により新しい ECS スターターワークフローを使用して GitHub リポジトリ内から ECS をデプロイできるようになりました。新しいコードがリポジトリにプッシュされるたびに、ワークフローが GitHub Marketplace からの 4 種類の新しい GitHub Actions を使用して、AWS にコードをビルドおよびデプロイします。この結果、各ステップの自動化でデプロイプロセスが高速化するとともに、開発者はクラウド内のコードのプッシュとテストを効率化できます。 開発チームは GitHub 上での共同作業により、コード共有や変更のコミットが速やかにできるようになりますが、クラウドで実行するコードの取得は、実際には複数の段階でエラーが発生しやすいタスクと考えられています。開発者はコンテナ化されたアプリケーションでは、イメージをビルドし、そのイメー

    Amazon Elastic Container Service で複数の GitHub Actions が公開
  • 新 GitHub Actions 入門 - 生産性向上ブログ

    github.blog GitHub Actions の新バージョンが 8/8 に発表されました。 www.kaizenprogrammer.com 自分は過去にも旧バージョン時に GitHub Actions の入門記事を書いていたのですが、新バージョンがこれまでと大きく変わってしまっているので、この記事ではあらためて GitHub Actions についていろいろ調べたり動かしてみたりした内容をまとめます。 目次 注意事項 GitHub Actions とは これまでの GitHub Actions とどこが変わったか コンセプト マルチプラットフォーム対応 HCL から YAML へ 料金 その他 GitHub Actions と Azure Pipelines 簡単な例 (Hello, World) ワークフローの設定 ワークフローとは ワークフローを実行するイベント ワークフロー

    新 GitHub Actions 入門 - 生産性向上ブログ
  • GitHub Actions で Go言語の lint と test を実行する | DevelopersIO

    GitHub Actions で Go言語の lint を test を実行を行うサンプルについてのブログです。 はじめに 黒澤です。皆さんは GitHub Actions のベータに当選しましたでしょうか。 私は11月の頭ぐらいに当選していたのですが、当時は private リポジトリ限定で使える仕様だったため使うのを諦めていた勢です。 ですが先日ついに public リポジトリにも解禁されていたので軽く使い方を書いていこうと思います。 Enabling Actions on Public Repositories | GitHub Developer Guide ベータ権の申し込みとかそんなの知らない!って人はこちらのページからエントリーできます。 GitHub Actions GitHub Actions とは 2018年10月の GitHub Universe というイベントで発表

    GitHub Actions で Go言語の lint と test を実行する | DevelopersIO