Why use Github Actions (as an R programmer) ?

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 8

  • @ThinkingRaccoon6334
    @ThinkingRaccoon6334 4 месяца назад

    White emacs theme disgusting 🤢

    • @gueyenono
      @gueyenono 4 месяца назад

      I already told him! Lol

  • @PanosChatzin
    @PanosChatzin 4 месяца назад

    Timing is perfect! I was just about to start learning Github Actions.

  • @econmaett
    @econmaett 4 месяца назад +1

    Thank you once more for creating awesome content 😊

  • @roalva1
    @roalva1 4 месяца назад

    what about if I have to use files, like compare my code to a reference file?also does it work if it is not a package? Many thanks!

    • @brodriguesco
      @brodriguesco  4 месяца назад +1

      The workflow can checkout your repository and thus have access to all the files contained in it, you could also download files using wget if you need to. And yes Github Actions can handle any type of use case, you don't need to be in a package

  • @djangoworldwide7925
    @djangoworldwide7925 4 месяца назад

    Does it mean that every timei update and push docu or readme it will take ages? I don't like this too much..

    • @brodriguesco
      @brodriguesco  4 месяца назад

      The push is just as fast as before, actions run once the push is done.