Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Merge branch 'main' of https://github.com/z1g-project/injectify #14

Merge branch 'main' of https://github.com/z1g-project/injectify

Merge branch 'main' of https://github.com/z1g-project/injectify #14

Workflow file for this run

name: Test Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build