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

chore(deps): update dependency @bifravst/eslint-config-typescript to … #12973

chore(deps): update dependency @bifravst/eslint-config-typescript to …

chore(deps): update dependency @bifravst/eslint-config-typescript to … #12973

name: Shallow tested NPM prerelease
on:
push:
branches-ignore:
- saga
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- name: Install dependencies
run: npm ci --no-audit
- name: Compile TypeScript for type checking
run: npx tsc
- name: Run Unit Tests
run: npm test
- name: Semantic release
# Don't mark this as an error, semantic-release won't work if force-pushing to the branch
# https://github.com/semantic-release/semantic-release/blob/master/docs/support/troubleshooting.md#release-not-found-release-branch-after-git-push---force
continue-on-error: true
run: npx semantic-release