+[5 years ago]mazulathere is a doc on the full syntax of a workflow? +[5 years ago]mazulato know all the possibilities +[5 years ago]drleviathanYes, this is the one I found: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions +[5 years ago]drleviathanI'm not all that happy with it, but I've been able to make progress and muddle through. +[5 years ago]mazulanice thx
+[5 years ago]mazulahi if I have an application with nodejs and that I want to use github actions, I need to use a docker image or just run my tests on the project directly ? +[5 years ago]drleviathanI read somewhere: there are two kinds of github actions: (1) actions that run in JS (I assumed that meant node) and (2) actions that run on docker image +[5 years ago]drleviathanhowever, the "runner" is really just one of the OS's: linux, mac, or windows +[5 years ago]drleviathanand you get to "run" commands on it +[5 years ago]drleviathanthe linux runner is listed as "ubuntu-18.04" but it isn't a vanilla base ubuntu:18.04 docker image because it has various tools already installed such as docker itself