diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index e0d341c3..5048deac 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -26,3 +26,17 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/coverage-final.json fail_ci_if_error: true + + lint: + runs-on: ubuntu-latest + strategy: + matrix: + node-version: [ 16.x ] + steps: + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - run: yarn install + - run: yarn run lint \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 8ae3bed9..04187b26 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -24,6 +24,8 @@ const divStyle = { function App(): ReactElement { + const myConst:any = "hi"; + const [headerText, setHeaderText] = useState("Telephone Operations Blaise Interface"); useEffect(() => {