File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "main" : " dist/index.js" ,
66 "scripts" : {
77 "build" : " ncc build -m src/main.ts" ,
8- "lint" : " eslint . --ext .ts,.tsx" ,
9- "format" : " prettier --write **/* .ts" ,
8+ "lint" : " eslint . --ext .ts,.tsx --max-warnings 0 " ,
9+ "format" : " eslint . --fix --ext .ts,.tsx " ,
1010 "test" : " mocha -r ts-node/register -t 600s 'tests/**/*.test.ts'"
1111 },
1212 "repository" : {
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- import * as core from '@actions/core' ;
18-
1917const customMetadataPrefix = 'x-goog-meta-' ;
2018
2119interface CustomMetadata {
Original file line number Diff line number Diff line change 1717import 'mocha' ;
1818import { expect } from 'chai' ;
1919
20- import * as core from '@actions/core' ;
21- import * as sinon from 'sinon' ;
22-
2320import { parseHeadersInput } from '../src/headers' ;
2421
2522describe ( '#parseHeadersInput' , ( ) => {
You can’t perform that action at this time.
0 commit comments