Skip to content

Commit

Permalink
ci: remove azure and add autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 14, 2024
1 parent 7261f7d commit e77e698
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 57 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: autofix.ci

on:
push:
branches:
- main

pull_request:
branches:
- main

jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4

- name: Use Node.js lts/*
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Setup
run: npm i -g @antfu/ni

- name: Install
run: nci
env:
CYPRESS_INSTALL_BINARY: 0

- name: Lint
run: nr lint --fix

- uses: autofix-ci/action@v1
57 changes: 0 additions & 57 deletions .github/workflows/azure-static-web-app.yml

This file was deleted.

0 comments on commit e77e698

Please sign in to comment.