diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1264a34..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/front-end" - schedule: - interval: "monthly" - ignore: - - dependency-name: "puppeteer" - - dependency-name: "react" - - dependency-name: "react-dom" - - dependency-name: "react-scripts" - - dependency-name: "reactstrap" - - dependency-name: "jest" - - dependency-name: "eslint" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index a7c7b1b..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: ci -on: - pull_request: - branches: ["*"] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 18 - - run: ./scripts/start.sh - - run: | - cd express-server - npm install - npm start & - - run: | - cd front-end - npm install - npm start & - - run: | - cd front-end - npm test - - run: ./scripts/check-traces.sh - - run: ./scripts/stop.sh diff --git a/README.md b/README.md index 72aedef..d380b4d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # frontend-react -[![ci](https://github.com/obs-nebula/frontend-react/actions/workflows/ci.yml/badge.svg)](https://github.com/obs-nebula/frontend-react/actions/workflows/ci.yml) - -| Package | Why | +| Package | | | ----------- | ----------- | | @opentelemetry/exporter-trace-otlp-http | To export to OTEL collector via OTLP/HTTP | | @opentelemetry/resources | To be used with `semantic-conventions` to identify the application/service's name |