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

No maintenance mode / archived. #232

No maintenance mode / archived.

No maintenance mode / archived. #232

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v1
- name: NPM install
uses: bahmutov/npm-install@v1
- name: Format 🧪
run: npm run format
- name: Semantic Release 🚀
uses: cycjimmy/semantic-release-action@v2
id: semantic
with:
branch: master
extra_plugins: |
@semantic-release/git
@semantic-release/changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}