diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml new file mode 100644 index 0000000..888ea2d --- /dev/null +++ b/.github/workflows/integration.yml @@ -0,0 +1,14 @@ +name: frontend-integration +run-name: ${{ github.actor }} Frontend Integration + +on: [push] +jobs: + run-eslint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v3 + with: + node-version: '18' + - run: npm install + - run: npm run lint diff --git a/src/main.tsx b/src/main.tsx index 671f400..8abf816 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -9,11 +9,11 @@ import './index.css' import ModalProvider from './context/modal/ModalProvider.tsx' import Content from './structure/Content.tsx' -ReactModal.setAppElement("#root") +ReactModal.setAppElement"#root") ReactDOM.createRoot(document.getElementById('root')!).render( - +