Compare commits

..

No commits in common. "d0c116cee1dfd1b270c4b5ef00d6cfb2f792c555" and "c3e114788c8923b62d5f2946c8c66c60ee69d24f" have entirely different histories.

View file

@ -1,16 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:20-alpine
commands:
- apk add firefox
- npm run lint
- npm run build
when:
ref:
include:
- refs/head/master
- refs/head/feature/**
- refs/tags/**