mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Formated Files
This commit is contained in:
parent
d5631b309a
commit
e768d9181f
138 changed files with 1829 additions and 1851 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -14,4 +14,4 @@ updates:
|
|||
assignees:
|
||||
- 'ahmadk953'
|
||||
reviewers:
|
||||
- 'ahmadk953'
|
||||
- 'ahmadk953'
|
||||
|
|
29
.github/workflows/build-lint.yml
vendored
29
.github/workflows/build-lint.yml
vendored
|
@ -1,29 +0,0 @@
|
|||
name: Build and Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [21.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: yarn
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
npm run lint
|
Loading…
Add table
Add a link
Reference in a new issue