Skip to content

Commit

Permalink
fix: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelonah committed Jan 11, 2025
1 parent 4a8831d commit 5268294
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 44 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @emmanuelonah
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: "weekly"
time: "02:00"
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: React Internet Notifier CI

on:
push:
branches:
- master

pull_request:
branches:
- master

jobs:
suite:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install packages
run: yarn install --frozen-lockfile --non-interactive

- name: Run EsLint
run: yarn run lint

- name: Run UnitTest
run: yarn run test

- name: Run Build
run: yarn run build
32 changes: 0 additions & 32 deletions .github/workflows/main.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/size.yml

This file was deleted.

0 comments on commit 5268294

Please sign in to comment.