Programmers use the Python programming language to develop applications for use in Web and desktop environments. Python facilitates this through its extensive collection of libraries and the ...
GitHub Actions にて、ほぼ必ず登場するのが setup系アクション です。 これは簡単にいうと 「runnerに必要な言語やツールをインストールするための公式アクション」 のことを指します。 今回は特によく使いそうなものをまとめてみました。 1. actions/setup-node Node ...