Skip to content

Commit

Permalink
chore: fastify-userland -> web-server-userland (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Oct 21, 2022
1 parent 14d6b87 commit bf99782
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Fastify Userland
Copyright (c) 2022 Web Server Userland

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @fastify-userland/workflows
# @web-server-userland/fastify-workflows

This is the github workflows for the fastify plugin community.

Expand All @@ -23,15 +23,15 @@ on:

jobs:
npm:
uses: fastify-userland/workflows/.github/workflows/plugin-ci-npm.yml@v1
uses: web-server-userland/fastify-workflows/.github/workflows/plugin-ci-npm.yml@v2
with:
lint: true

yarn:
uses: fastify-userland/workflows/.github/workflows/plugin-ci-yarn.yml@v1
uses: web-server-userland/fastify-workflows/.github/workflows/plugin-ci-yarn.yml@v2

pnpm:
uses: fastify-userland/workflows/.github/workflows/plugin-ci-pnpm.yml@v1
uses: web-server-userland/fastify-workflows/.github/workflows/plugin-ci-pnpm.yml@v2
```
### Inputs
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify-userland/workflows",
"version": "1.0.0",
"name": "@web-server-userland/fastify-workflows",
"version": "2.0.0",
"description": "Reusable workflows for use in the Fastify library",
"scripts": {},
"keywords": [
Expand Down

0 comments on commit bf99782

Please sign in to comment.