Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/i.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ defaults:
jobs:
check-eol:
runs-on: ubuntu-22.04
permissions:
contents: read
timeout-minutes: 1

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-check-eol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ on:
jobs:
check-eol:
uses: ./.github/workflows/i.yml
permissions:
contents: read
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT No Attribution

Copyright 2023, 2024 Arthryxate
Copyright 2023, 2024, 2025, 2026 Arthri

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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
jobs:
check-eol:
uses: Arthri/check-eol/.github/workflows/i.yml@v2
permissions:
contents: read
```

## Composite Action
Expand Down