Skip to content

Delete .github/workflows/tag-main.yml #50

Delete .github/workflows/tag-main.yml

Delete .github/workflows/tag-main.yml #50

Workflow file for this run

name: Netacea F5 Worker Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm install
- run: npm run lint
- run: npm run build