Skip to content

fix(eslint-config): turns on rule for error when no key in map #136

fix(eslint-config): turns on rule for error when no key in map

fix(eslint-config): turns on rule for error when no key in map #136

Workflow file for this run

name: Auto Release
on:
push:
branches:
- main
- next
jobs:
release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- uses: ./.github/setup
- name: Run Tests
run: npm test
- name: Create Release ✨
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
run: npx auto shipit --verbose