pull/5042/head
yann300 4 months ago committed by Aniket
parent d12f41e9ec
commit fc969ce6bf
  1. 2
      apps/remix-ide/src/app/plugins/templates-selection/templates.ts

@ -279,7 +279,7 @@ export const templates = (intl) => {
name: 'Github Actions', name: 'Github Actions',
items: [ items: [
{ value: "runJsTestAction", displayName: intl.formatMessage({ id: 'filePanel.tssoltestghaction' }) }, { value: "runJsTestAction", displayName: intl.formatMessage({ id: 'filePanel.tssoltestghaction' }) },
{ value: "runSolidityUnittestingAction", displayName: intl.formatMessage({ id: 'filePanel.tssoltestghaction' }) }, { value: "runSolidityUnittestingAction", displayName: intl.formatMessage({ id: 'filePanel.solghaction' }) },
{ value: "runSlitherAction", displayName: intl.formatMessage({ id: 'filePanel.slitherghaction' }) } { value: "runSlitherAction", displayName: intl.formatMessage({ id: 'filePanel.slitherghaction' }) }
], ],
IsArtefact: true IsArtefact: true

Loading…
Cancel
Save