Skip to content

Commit ab00f0e

Browse files
authored
Merge pull request #162 from aminya/shabang [skip ci]
2 parents a0b095e + 3b424a3 commit ab00f0e

9 files changed

+15
-10
lines changed

dist/node12/actions_python.54dac7f6.js dist/node12/actions_python.da7f3c0c.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.54dac7f6.js.map dist/node12/actions_python.da7f3c0c.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.abf6481f.js dist/node16/actions_python.3e5e0b64.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.abf6481f.js.map dist/node16/actions_python.3e5e0b64.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env node
2+
/* eslint-disable node/shebang */
3+
14
import { getInput, endGroup, startGroup, notice } from "@actions/core"
25
import { setupBrew } from "./brew/brew"
36
import { setupCcache } from "./ccache/ccache"

0 commit comments

Comments
 (0)