Skip to content

feat: add sort-destructure-keys and sort-react-dependencies #89

feat: add sort-destructure-keys and sort-react-dependencies

feat: add sort-destructure-keys and sort-react-dependencies #89

Workflow file for this run

jobs:
test:
runs-on: ubuntu-latest
environment: release
name: Test
steps:
- name: setup repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Test, build and release
on:
push:
branches:
- main