Skip to content

Commit

Permalink
build(deps): update GH actions, fix double execution
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Aug 10, 2023
1 parent 937f762 commit 0bb3c74
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EditorConfig is awesome: http://EditorConfig.org
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: Linting

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.3

- uses: actions/[email protected]
with:
node-version: '12.x'
node-version: '18.x'

- name: Environment Information
run: |
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: Security

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.3

- uses: actions/[email protected]
with:
node-version: '12.x'
node-version: '18.x'

- name: Environment Information
run: |
Expand Down
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) 2020 Tim Brust
Copyright (c) 2023 Tim Brust

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

0 comments on commit 0bb3c74

Please sign in to comment.