mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
commit
c3e217f708
12
.github/workflows/stats.yml
vendored
Normal file
12
.github/workflows/stats.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Pull Request Stats
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
stats:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run pull request stats
|
||||
uses: flowwer-dev/pull-request-stats@master
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -6,7 +6,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "rtl",
|
||||
"version": "0.13.1-beta",
|
||||
"version": "0.13.2-beta",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/animations": "~13.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user