mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
parent
fc9880e4f4
commit
9eab72f99f
13
.github/workflows/lint.yml
vendored
Normal file
13
.github/workflows/lint.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Lint
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Run cargo fmt
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
|
- name: Run cargo clippy
|
||||||
|
run: cargo clippy --all
|
Loading…
Reference in New Issue
Block a user