diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1cb570c6..9aea3500 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: "Test typescript-action" +name: "Test action" on: pull_request: push: diff --git a/.gitignore b/.gitignore index ffdd18cd..8cdb433f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ __tests__/runner/* # comment out in distribution branches -node_modules/ +#node_modules/ # Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore # Logs